View source: R/getChangeMeta.R
getChangeMeta | R Documentation |
Function to obtain a data frame from a GADSdat
object for for changes to meta data on variable or on value level.
getChangeMeta(GADSdat, level = "variable")
GADSdat |
|
level |
|
Changes on variable level include variable names (varName
), variable labels (varLabel
),
SPSS format ((format
)) and display width (display_width
).
Changes on value level include values (value
), value labels (valLabel
) and
missing codes (missings
).
Returns the meta data sheet for all variables including the corresponding change columns.
# For changes on variable level
varChangeTable <- getChangeMeta(pisa, level = "variable")
# For changes on value level
valChangeTable <- getChangeMeta(pisa, level = "value")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.