sqlNameWalk | R Documentation |
Convert a column name into a PostgreSQL compatible name.
sqlNameWalk(x, double_quote = FALSE)
x |
A string, a column name. |
double_quote |
TRUE/FALSE, if true, will add double quotes rather than replace non-compatible characters with underscores. |
A string, a PostgreSQL compatible column name.
sqlNameWalk("column 100 - sample b")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.