Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

prPrepareCss

Prepares the cell style


Description

Prepares the cell style

Usage

prPrepareCss(
  x,
  css,
  rnames,
  header = NULL,
  name = deparse(substitute(css)),
  style_list = NULL
)

Arguments

x

The matrix/data.frame with the data. For the print and knit_print it takes a string of the class htmlTable as x argument.

css

The CSS styles that are to be converted into a matrix.

rnames

Default row names are generated from rownames(x). If you provide FALSE then it will skip the row names. Note: For data.frames if you do rownames(my_dataframe) <- NULL it still has row names. Thus you need to use FALSE if you want to supress row names for data.frames.

header

A vector of character strings specifying column header, defaulting to colnames(x)

name

The name of the CSS style that is prepared

Value

matrix


htmlTable

Advanced Tables for Markdown/HTML

v2.1.0
GPL (>= 3)
Authors
Max Gordon [aut, cre], Stephen Gragg [aut], Peter Konings [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.