simulate_vars {dbplyr} | R Documentation |
Simulate variables to use in tidyselect
simulate_vars(x, drop_groups = FALSE)
simulate_vars_is_typed(x)
x |
A lazy table |
drop_groups |
Should groups be dropped? |
A 0 row tibble with the same columns names, and, if possible, types, as x
.