Update the meta data of a GADSdat or all_GADSdat object according to the variables in a new data object.
Arguments
- GADSdat
GADSdatorall_GADSdatobject.- newDat
data.frameor list ofdata.frameswith the modified data.tibblesanddata.tablesare currently not supported and need to be transformed todata.framesbeforehand.- checkVarNames
Logical. Should new variable names be checked by
checkVarNames?
Details
If the data of a GADSdat or a all_GADSdat has changed (supplied via newDat), updateMeta
assimilates the corresponding meta data set. If variables have been removed, the corresponding meta data is also removed.
If variables have been added, empty meta data is added for these variables. Factors are transformed to numerical
and their levels added to the meta data set.
