dbQuote | R Documentation |
Call this method to generate string that is suitable for use in a query as a column or table name.
## S4 method for signature 'AthenaConnection,character' dbQuoteString(conn, x, ...) ## S4 method for signature 'AthenaConnection,POSIXct' dbQuoteString(conn, x, ...) ## S4 method for signature 'AthenaConnection,Date' dbQuoteString(conn, x, ...) ## S4 method for signature 'AthenaConnection,SQL' dbQuoteIdentifier(conn, x, ...)
conn |
A DBIConnection object, as returned by
|
x |
A character vector to quote as string. |
... |
Other arguments passed on to methods. |
Returns a character object, for more information please check out: dbQuoteString
, dbQuoteIdentifier
dbQuoteString
, dbQuoteIdentifier
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.