sql | R Documentation |
These functions are critical when writing functions that translate R functions to sql functions. Typically a conversion function should escape all its inputs and return an sql object.
sql(...)
is.sql(x)
as.sql(x, con)
... |
Character vectors that will be combined into a single SQL expression. |
x |
Object to coerce |
con |
Needed when |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.