ipums_example | R Documentation |
Construct file path to example extracts included with ipumsr. These data are used in package examples and can be used to experiment with ipumsr functionality.
ipums_example(path = NULL)
path |
Name of file. If |
The path to a specific example file or a vector of all available files.
# List all available example files
ipums_example()
# Get path to a specific example file
file <- ipums_example("cps_00157.xml")
read_ipums_micro(file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.