1% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/tbl.r
3\name{tbl_vars}
4\alias{tbl_vars}
5\alias{tbl_nongroup_vars}
6\title{List variables provided by a tbl.}
7\usage{
8tbl_vars(x)
9
10tbl_nongroup_vars(x)
11}
12\arguments{
13\item{x}{A tbl object}
14}
15\description{
16\code{tbl_vars()} returns all variables while \code{tbl_nongroup_vars()}
17returns only non-grouping variables. The \code{groups} attribute
18of the object returned by \code{tbl_vars()} is a character vector of the
19grouping columns.
20}
21\seealso{
22\code{\link[=group_vars]{group_vars()}} for a function that returns grouping
23variables.
24}
25\keyword{internal}
26