Skip to content

Commit

Permalink
Deceased column correction
Browse files Browse the repository at this point in the history
  • Loading branch information
nmueller18 committed Apr 6, 2022
1 parent d289dc8 commit b5fb798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/input_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ NA_to_0 <- function(x) {
#' If the data set comprises a grouping variable (e.g., sex), this can be specified with \bold{group}.
#'
#' @param x single dataframe containing sex age and quantity of deceased (individuals or group of individuals).
#' @param dec numeric vector or a column name (as character) of the count of deceased.
#' @param dec column name (as character) of the count of deceased, optional.
#' @param agebeg numeric vector or a column name (as character) for the beginning of an age range.
#' @param ageend numeric vector or a column name (as character) for the end of an age range.
#' @param group numeric vector or a column name (as character) of the grouping field (e.g., sex),
Expand Down

0 comments on commit b5fb798

Please sign in to comment.