This function exports data frames or matrices to HTML, sending output to one or more of the console, viewer, and one or more files.
Arguments
- input
Either a
data.frame
,table
, ormatrix
, or a list with three elements:pre
,input
, andpost
. Thepre
andpost
are simply prepended and postpended to the HTML generated based on theinput$input
element.- output
The output: a character vector with one or more of "
console
" (the raw concatenated input, without conversion to HTML), "viewer
", which uses the RStudio viewer if available, and one or more filenames in existing directories.- tableOutputCSS
The CSS to use for the HTML table.