Returns the original object with updated variable names.
Arguments
GADSdat
GADSdat or all_GADSdat object.
checkKeywords
Logical. Should SQLite keywords be checked and modified?
checkDots
Logical. Should occurrences of "." be checked and modified?
Details
Invalid column names in a SQLite data base include
SQLite keywords (see sqlite_keywords) and
column names with a "." in it.
The corresponding variable name changes are
appending the suffix "Var" to all SQLite keywords and
changing all "." in variable names to "_".
Note that avoiding "." in variable names is beneficial for multiple reasons, such as
avoiding confusion with S3 methods in R and issues when importing from Stata.