Skip to content

Commit

Permalink
Bump cb_avail
Browse files Browse the repository at this point in the history
  • Loading branch information
camille-s committed Dec 7, 2023
1 parent 1b94714 commit e7c1cf3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#'
#' Dataset of tables available from the Census Bureau's API, filtered to include just mainland decennial summary files and ACS detailed tables. Useful for verifying which summary files are available for different years, as some codes have changed (3-year ACS was sunset, decennial summary files are now all demographic & housing characteristics tables). Also used internally for checking calls to `multi_geo_acs` and `multi_geo_decennial`.
#'
#' @format A data frame with 45 rows and 3 variables:
#' @format A data frame with `r nrow(cb_avail)` rows and 4 variables:
#' \describe{
#' \item{vintage}{Vintage year of dataset}
#' \item{program}{Program, either "acs" or "dec"}
Expand Down
Binary file modified data/cb_avail.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion man/cb_avail.Rd

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

7 changes: 4 additions & 3 deletions man/xwalk.Rd

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

0 comments on commit e7c1cf3

Please sign in to comment.