Learn R Programming

dbplyr (version 2.3.0)

simulate_vars: Simulate variables to use in tidyselect

Description

Simulate variables to use in tidyselect

Usage

simulate_vars(x, drop_groups = FALSE)

simulate_vars_is_typed(x)

Value

A 0 row tibble with the same columns names, and, if possible, types, as x.

Arguments

x

A lazy table

drop_groups

Should groups be dropped?