nhanesFromURL | R Documentation |
Download an NHANES table from URL
nhanesFromURL(
url,
translated = TRUE,
cleanse_numeric = TRUE,
nchar = 128,
adjust_timeout = TRUE
)
url |
URL of XPT file to be downloaded |
translated |
logical, whether variable codes should be translated |
cleanse_numeric |
Logical flag. If |
nchar |
integer, labels are truncated after this |
adjust_timeout |
Typically a logical flag indicating whether
the default |
Downloads an NHANES table from a URL and returns it as a data frame
data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.