Skip to content

Commit

Permalink
update pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
rafapereirabr committed Sep 7, 2023
1 parent 71e3bbc commit f4185d9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/censobr_cache.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' @return A message indicating which file exist and/or which ones have been
#' deleted from local cache directory.
#' @export
#' @family support
#' @family Cache data
#' @examplesIf identical(tolower(Sys.getenv("NOT_CRAN")), "true")
#' # list all files cached
#' censobr_cache(list_files = TRUE)
Expand Down
2 changes: 1 addition & 1 deletion R/read_emigration.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#'
#' @return An arrow `Dataset` or a `"data.frame"` object.
#' @export
#' @family download microdata
#' @family Microdata
#' @examplesIf identical(tolower(Sys.getenv("NOT_CRAN")), "true")
#' # return data as arrow Dataset
#' df <- read_emigration(year = 2010)
Expand Down
2 changes: 1 addition & 1 deletion R/read_families.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#'
#' @return An arrow `Dataset` or a `"data.frame"` object.
#' @export
#' @family download microdata
#' @family Microdata
#' @examplesIf identical(tolower(Sys.getenv("NOT_CRAN")), "true")
#' # return data as arrow Dataset
#' df <- read_families(year = 2000)
Expand Down
2 changes: 1 addition & 1 deletion R/read_households.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#'
#' @return An arrow `Dataset` or a `"data.frame"` object.
#' @export
#' @family download microdata
#' @family Microdata
#' @examplesIf identical(tolower(Sys.getenv("NOT_CRAN")), "true")
#' # return data as arrow Dataset
#' df <- read_households(year = 2010)
Expand Down
2 changes: 1 addition & 1 deletion R/read_mortality.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#'
#' @return An arrow `Dataset` or a `"data.frame"` object.
#' @export
#' @family download microdata
#' @family Microdata
#' @examplesIf identical(tolower(Sys.getenv("NOT_CRAN")), "true")
#' # return data as arrow Dataset
#' df <- read_mortality(year = 2010)
Expand Down
2 changes: 1 addition & 1 deletion R/read_population.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#'
#' @return An arrow `Dataset` or a `"data.frame"` object.
#' @export
#' @family download microdata
#' @family Microdata
#' @examplesIf identical(tolower(Sys.getenv("NOT_CRAN")), "true")
#' # return data as arrow Dataset
#' df <- read_population(year = 2010)
Expand Down

0 comments on commit f4185d9

Please sign in to comment.