Skip to content

Commit

Permalink
improve examples
Browse files Browse the repository at this point in the history
  • Loading branch information
caropradier committed Sep 15, 2023
1 parent 3d817fc commit 9c7eac1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/get_eahu.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#'
#' @examples
#' base_individual <- get_eahu(
#' year = 2010:2012,
#' year = 2010,
#' type = "individual",
#' vars = c("SUBDOMINIO", "PONDERA", "ESTADO", "CAT_OCUP")
#' )
Expand Down
2 changes: 1 addition & 1 deletion R/get_total_urbano.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#'
#' @examples
#' base_individual <- get_total_urbano(
#' year = 2016:2019,
#' year = 2016,
#' type = "individual",
#' vars = c("AGLOMERADO", "PONDERA", "ESTADO", "CAT_OCUP")
#' )
Expand Down
2 changes: 1 addition & 1 deletion man/get_eahu.Rd

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

2 changes: 1 addition & 1 deletion man/get_total_urbano.Rd

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

0 comments on commit 9c7eac1

Please sign in to comment.