Description Usage Arguments Examples
ident()
takes unquoted strings and flags them as identifiers.
ident_q()
assumes its input has already been quoted, and ensures
it does not get quoted again. This is currently used only for
for schema.table
.
1 |
... |
A character vector, or name-value pairs |
1 2 3 4 | # Identifiers are escaped with "
if (requireNamespace("dbplyr", quietly = TRUE)) {
ident("x")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.