sqlizeNames | R Documentation |
Convert a column name into a SQL compatible name.
sqlizeNames(x, dialect = "T-SQL")
x |
A string, a column name. |
dialect |
A string, "T-SQL" or "Postgresql". |
A string, a SQL compatible column name.
sqlizeNames("column 100 - sample b")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.