ipums_file_info | R Documentation |
Get information about the IPUMS project, date, notes, conditions, and citation requirements for an extract based on an ipums_ddi object.
ipums_conditions()
is a convenience function that provides conditions and
citation information for a recently loaded dataset.
ipums_file_info(object, type = NULL)
ipums_conditions(object = NULL)
object |
An For |
type |
Type of file information to display. If |
For ipums_file_info()
, if type = NULL
, a named list of metadata
information. Otherwise, a string containing the requested information.
ddi <- read_ipums_ddi(ipums_example("cps_00157.xml"))
ipums_file_info(ddi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.