make_set | R Documentation |
Create a StmtSet instance.
make_set(...)
... |
Named arguments, each representing a field name and its value. |
An instance of StmtSet.
# To generate a SET statement for setting the "price" and "old" fields:
set <- make_set(price = 9.50, old = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.