Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions R/crosswalk_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
#' to a target geography. Can either accept a pre-fetched crosswalk from
#' `get_crosswalk()` or fetch the crosswalk automatically using the provided
#' geography and year parameters.
#'
#' A dedicated interpolation function is available vie `urbnindicators::interpolate_acs()`
#' for the special case where American Community Survey estimates are to be crosswalked; that
#' function correctly adjusts margins of error per Census Bureau guidance. Install the
#' package via `renv::install("UI-Research/urbnindicators")`. If you have error measurements
#' associated with non-ACS data, use caution --- `crosswalk_data()` will treat MOEs akin to any
#' other numeric column by default. Custom function(s) supplied to the `custom_interpolations`
#' parameter may be appropriate for non-ACS error measurements.
#'
#' @param data A data frame or tibble containing the data to crosswalk.
#' @param crosswalk The output from `get_crosswalk()` - a list containing:
Expand Down
4 changes: 2 additions & 2 deletions man/crosswalk-package.Rd

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

12 changes: 11 additions & 1 deletion man/crosswalk_data.Rd

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

Loading