Skip to content

Commit

Permalink
fix: parameter name to year
Browse files Browse the repository at this point in the history
Ref: #108
  • Loading branch information
GeraldineGomez committed Apr 23, 2024
1 parent 654c5fb commit 0973bdf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion R/checking_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ agrupar_per_etn <- function(data_event, cols_etn = "per_etn") {
#' poblaciones del DANE
#' @param data_agrupada Un `data.frame` que contiene los datos de la enfermedad
#' agrupados por departamento o municipio y número de casos
#' @param years Un `numeric` (numerico) con el año que se debe tomar de las
#' @param year Un `numeric` (numerico) con el año que se debe tomar de las
#' proyecciones poblacionales
#' @param dpto Un `character` (cadena de caracteres) o `numeric` (numérico)
#' que contiene el código o nombre del departamento; su valor por
Expand Down
26 changes: 14 additions & 12 deletions man/calcular_incidencia.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0973bdf

Please sign in to comment.