blob: abec3be3ddd1ee19dc263eca7e915d6424de2646 [file] [log] [blame]
Hao Zhube853f72018-05-20 18:52:26 -04001% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/group_rows.R
3\name{auto_index}
4\alias{auto_index}
5\title{Automatically figuring out the group_row index}
6\usage{
7auto_index(x)
8}
9\arguments{
10\item{x}{The index column. A vector. For example `c("a", "a", "b", "b", "b")``}
11}
12\description{
13This helper function allows users to build the \code{group_row}
14index more quickly and use \code{group_rows} in a way that is similar with
15\code{collapse_rows}.
16}