1.4 Renaming variable names for sanity sake
The best method is to use the clean_names()
function from the janitor package.
A base R soluion is to use `tolower() to turn all variable names to lower case.
The best method is to use the clean_names()
function from the janitor package.
A base R soluion is to use `tolower() to turn all variable names to lower case.