make_rows | R Documentation |
Create a StmtValues instance.
make_rows(values)
values |
A list of lists/vectors of values, each reprensenting a row. |
An instance of StmtValues.
# To generate a VALUES statement with two rows:
rows <- make_rows(list(list('John Smith', 'Memories', 1999),
list('Barbara', 'My Life', 2010)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.