ipums_collect | R Documentation |
Convenience wrapper around dplyr's collect()
and
set_ipums_var_attributes()
. Use this to attach variable labels when
collecting data from a database.
ipums_collect(data, ddi, var_attrs = c("val_labels", "var_label", "var_desc"))
data |
A dplyr |
ddi |
An ipums_ddi object created with |
var_attrs |
Variable attributes to add to the output. Defaults to
all available attributes.
See |
A local tibble
with the requested
attributes attached.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.