1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/verb-select.R
\name{simulate_vars}
\alias{simulate_vars}
\alias{simulate_vars_is_typed}
\title{Simulate variables to use in tidyselect}
\usage{
simulate_vars(x, drop_groups = FALSE)
simulate_vars_is_typed(x)
}
\arguments{
\item{x}{A lazy table}
\item{drop_groups}{Should groups be dropped?}
}
\value{
A 0 row tibble with the same columns names, and, if possible, types, as \code{x}.
}
\description{
Simulate variables to use in tidyselect
}
\keyword{internal}
|