powered by
Requires that htmltools, shiny and DT are installed.
ipums_view(x, out_file = NULL, launch = TRUE)
The filepath to the html (silently if launch = TRUE)
launch = TRUE
An ipums_ddi object or a data frame with IPUMS attributes attached.
Note that the file-level information (e.g. extract notes) are only available when providing an ipums_ddi object.
ipums_ddi
Optional location to save produced HTML file. If NULL, makes a temporary file.
NULL
Logical indicating whether to launch the website.
ddi <- read_ipums_ddi(ipums_example("cps_00157.xml")) if (FALSE) { ipums_view(ddi) ipums_view(ddi, "codebook.html", launch = FALSE) }
Run the code above in your browser using DataLab