Hao Zhu | be853f7 | 2018-05-20 18:52:26 -0400 | [diff] [blame] | 1 | % 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{ |
| 7 | auto_index(x) |
| 8 | } |
| 9 | \arguments{ |
| 10 | \item{x}{The index column. A vector. For example `c("a", "a", "b", "b", "b")``} |
| 11 | } |
| 12 | \description{ |
| 13 | This helper function allows users to build the \code{group_row} |
| 14 | index more quickly and use \code{group_rows} in a way that is similar with |
| 15 | \code{collapse_rows}. |
| 16 | } |