blob: 2ee3d542acd8653eb9b2727585f11dbfff9c6b4a [file] [log] [blame]
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/add_indent.R
\name{add_indent}
\alias{add_indent}
\title{Add indentations to row headers}
\usage{
add_indent(kable_input, positions)
}
\arguments{
\item{kable_input}{Output of `knitr::kable()` with `format` specified}
\item{positions}{A vector of numeric row numbers for the rows that need to
be indented.}
}
\description{
Add indentations to row headers
}