powered by
Convert a column name into a PostgreSQL compatible name.
sqlNameWalk(x, double_quote = FALSE)
A string, a PostgreSQL compatible column name.
A string, a column name.
TRUE/FALSE, if true, will add double quotes rather than replace non-compatible characters with underscores.
sqlNameWalk("column 100 - sample b")
Run the code above in your browser using DataLab