You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
R-common/man/TabularXtableHeader.Rd

20 lines
543 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/latex-xtable.R
\name{TabularXtableHeader}
\alias{TabularXtableHeader}
\title{Set xtable header in LaTeX tabular format}
\usage{
TabularXtableHeader(xtobject, names.custom = NULL)
}
\arguments{
\item{xtobject}{xtable object (table)}
\item{names.custom}{Use \code{names.custom} to make more complicated headers, e.g., multiple-row}
}
\value{
character string (with LaTeX escaping)
}
\description{
This function should be used together with \code{booktabs = TRUE}.
}