File: simulate_vars.Rd

package info (click to toggle)
r-cran-dbplyr 2.3.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,376 kB
  • sloc: sh: 13; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 540 bytes parent folder | download
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}