ipums_file_info | R Documentation |
Get IPUMS metadata information about the data file loaded into R from an ipums_ddi
ipums_file_info(object, type = NULL)
object |
An ipums_ddi object (loaded with |
type |
NULL to load all types, or one of "ipums_project", "extract_data", "extract_notes", "conditions" or "citation". |
If type
is NULL, a list with the ipums_project
,
extract_date
, extract_notes
, conditions
, and citation
.
Otherwise a string with the type of information requested in type
.
ddi <- read_ipums_ddi(ipums_example("cps_00006.xml")) ipums_file_info(ddi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.