View source: R/extractDataOld.R
extractDataOld | R Documentation |
Support for linking error data bases has been removed from eatGADS
.
extractDataOld
provides (for the time being) backwards compatibility, so linking errors can still be merged automatically.
extractDataOld(
GADSdat,
convertMiss = TRUE,
convertLabels = "character",
dropPartialLabels = TRUE,
convertVariables = NULL
)
GADSdat |
A |
convertMiss |
Should values coded as missing values be recoded to |
convertLabels |
If |
dropPartialLabels |
Should value labels for partially labeled variables be dropped? If |
convertVariables |
Character vector of variables names, which labels should be applied to. If not specified (default), value labels are applied to all variables for which labels are available. Variable names not in the actual GADS are silently dropped. |
See extractData
for the current functionality.
Returns a data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.