Description Usage Arguments Details See Also Examples
Creates a string with class 'sql'
1 2 3 4 5 6 7 8 9 10 11 |
x |
character; string to convert to a SQL statement |
... |
additional arguments |
There is nothing magical here. An object of sql is just a string ... i.e.
an one-element character vector. It is coerced to a string by 'collapsing' the
vector with \n
.
sql_read
for reading SQL from a connection
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.