Skip to content

Commit

Permalink
Update R/data_expand.R
Browse files Browse the repository at this point in the history
Co-authored-by: Etienne Bacher <[email protected]>
  • Loading branch information
strengejacke and etiennebacher authored Mar 22, 2024
1 parent b83e2d8 commit 49b4527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/data_expand.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' @param data A data frame.
#' @param expand The name of the column that contains the counts of replications
#' for each row.
#' @param remove_na Logical, if `TRUE`, missing values (`NA`) in the column
#' @param remove_na Logical. If `TRUE`, missing values in the column
#' provided in `expand` are removed from the data frame. If `FALSE` and `expand`
#' contains missing values, the function will throw an error.
#' @param ... Currently not used.
Expand Down

0 comments on commit 49b4527

Please sign in to comment.