powered by
SQLite
Applies variable names changes to GADSdat or all_GADSdat objects.
GADSdat
all_GADSdat
checkVarNames(GADSdat)
Returns the original object with updated variable names.
GADSdat or all_GADSdat object imported via eatGADS.
Illegal names in a SQLite data base include SQLite keywords (see sqlite_keywords) and names with a "." in it.
sqlite_keywords
"."
# Change example data set (create an invalid variable name) pisa2 <- changeVarNames(pisa, oldNames = "computer_age", newNames = "computer.age") pisa3 <- checkVarNames(pisa2)
Run the code above in your browser using DataLab