make_row | R Documentation |
Create an ExprListValues instance using a list. Useful when building an SQL list of values of mixed types, to use for instance with INSERT statement to define the row of values to insert.
make_row(values)
values |
A list/vector containing values. |
An instance of ExprListValues.
# To generate a list of values:
row <- make_row(list('John Smith', 'Memories', 1999))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.