Description Usage Arguments See Also
View source: R/kineticaConnection.R
Creates a placeholder-based template
1 2 |
con |
A database connection. |
table |
Name of the table. Escaped with [dbQuoteIdentifier()]. |
values |
A data frame. Factors will be converted to character vectors. |
row.names |
a flag with logical, character or NULL value |
prefix |
Parameter prefix to use for placeholders. |
... |
Other parameters passed on to methods. Character vectors will be escaped with [dbQuoteString()]. |
pattern |
Parameter pattern to use for placeholders: - '""': no pattern - '"1"': position - anything else: field name |
Other SQL generation: sqlAppendTable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.