R/data.R

#' An R list that contains the styles of each element for formatting data frames in excel files
#'
#' @format A list of several items
#' \describe{
#' \item{title}{Style for title}
#' \item{footnote1}{Style for footnote1}
#' \item{footnote2}{Style for footnote2}
#' \item{footnote3}{Style for footnote3}
#' \item{col_header}{Style for col_header}
#' \item{character}{Style for columns in character format}
#' \item{number}{Style for columns in number format}
#' \item{decimal}{Style for columns in character format with decimals}
#' \item{percent}{Style for columns in percent format}
#' }
"style"

Try the tablexlsx package in your browser

Any scripts or data that you put into this service are public.

tablexlsx documentation built on Oct. 16, 2024, 5:08 p.m.