blob: 2ee3d542acd8653eb9b2727585f11dbfff9c6b4a [file] [log] [blame]
Hao Zhu8f417202017-05-20 16:37:14 -04001% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/add_indent.R
3\name{add_indent}
4\alias{add_indent}
5\title{Add indentations to row headers}
6\usage{
7add_indent(kable_input, positions)
8}
Hao Zhubd95bb22017-05-22 16:08:49 -04009\arguments{
10\item{kable_input}{Output of `knitr::kable()` with `format` specified}
11
12\item{positions}{A vector of numeric row numbers for the rows that need to
13be indented.}
14}
Hao Zhu8f417202017-05-20 16:37:14 -040015\description{
16Add indentations to row headers
17}