QuoteName.RdEscape a schema, table, or column name for use in SQL. hana_ml functions
and methods that take schema, table, or column names
already escape their input by default, but those that take SQL don't
(and can't) perform escaping automatically.
QuoteName(name, has.schema = FALSE)
| name |
|
|---|---|
| has.schema |
Defaults to FALSE. |
character
Escaped name. The string is surrounded in quotation marks and existing
quotation marks are escaped by doubling them.