Returns a list with the actual data dat and a data frame with all meta information in long format labels.
Arguments
tibble
A tibble object.
checkVarNames
Should variable names be checked for violations of SQLite and R naming rules?
labeledStrings
Should strings as labeled values be allowed? If "drop" (default), all labeled strings are dropped and NAs occur in the meta data. If "transform", all underlying values are transformed to numeric. If "keep", value labels stay untouched. However, the latter possibly corrupts all labeled values.
Details
Tibbles may store variable and value labels as well as missing tags via the labelled class. import_tibble
restructures this meta information separately in a long format data.frame. Value labels and missing tags are used
to identify missing tags (see checkMissings). Time and date variables are converted to character.