Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rafapereirabr committed Jul 10, 2024
1 parent 7000b93 commit 92de0e9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
12 changes: 9 additions & 3 deletions R/data_dictionary.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,17 @@
#' @family Census documentation
#' @examplesIf identical(tolower(Sys.getenv("NOT_CRAN")), "true")
#' # Open data dictionary on browser
#' data_dictionary(year = 2010, dataset = 'population', showProgress = FALSE)
#' data_dictionary(year = 2010,
#' dataset = 'population',
#' showProgress = FALSE)
#'
#' data_dictionary(year = 1980, dataset = 'households', showProgress = FALSE)
#' data_dictionary(year = 1980,
#' dataset = 'households',
#' showProgress = FALSE)
#'
#' data_dictionary(year = 2010, dataset = 'tracts', showProgress = FALSE)
#' data_dictionary(year = 2010,
#' dataset = 'tracts',
#' showProgress = FALSE)

data_dictionary <- function(year = 2010,
dataset = NULL,
Expand Down
12 changes: 9 additions & 3 deletions man/data_dictionary.Rd

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

0 comments on commit 92de0e9

Please sign in to comment.