Rdocumentation
powered by
Learn R Programming
RMySQL (version 0.10.2)
dbQuoteIdentifier,MySQLConnection,character-method: Quote method for MySQL identifiers
Description
In MySQL, identifiers are enclosed in backticks, e.g.
`x`
.
Usage
## S3 method for class 'MySQLConnection,character': dbQuoteIdentifier(conn, x, ...)
Arguments