nhanesFromURL {nhanesA} | R Documentation |
Parse NHANES doc URL
Description
Download an NHANES table from URL
Usage
nhanesFromURL(
url,
translated = TRUE,
cleanse_numeric = TRUE,
nchar = 128,
adjust_timeout = TRUE
)
Arguments
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 |
Details
Downloads an NHANES table from a URL and returns it as a data frame
Value
data frame
[Package nhanesA version 1.1 Index]