File: auto_index.Rd

package info (click to toggle)
r-cran-kableextra 1.4.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,400 kB
  • sloc: javascript: 579; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 478 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/group_rows.R
\name{auto_index}
\alias{auto_index}
\title{Automatically figuring out the group_row index}
\usage{
auto_index(x)
}
\arguments{
\item{x}{The index column. A vector. For example `c("a", "a", "b", "b", "b")``}
}
\description{
This helper function allows users to build the \code{group_row}
index more quickly and use \code{group_rows} in a way that is similar with
\code{collapse_rows}.
}