make_row: Create a list of SQL values.

View source: R/factories.R

make_rowR Documentation

Create a list of SQL values.

Description

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.

Usage

make_row(values)

Arguments

values

A list/vector containing values.

Value

An instance of ExprListValues.

Examples

# To generate a list of values:
row <- make_row(list('John Smith', 'Memories', 1999))


sqlq documentation built on Sept. 16, 2025, 9:10 a.m.