exportToHTML {rock} | R Documentation |
This function exports data frames or matrices to HTML, sending output to one or more of the console, viewer, and one or more files.
exportToHTML(
input,
output = rock::opts$get("tableOutput"),
tableOutputCSS = rock::opts$get("tableOutputCSS")
)
input |
Either a |
output |
The output: a character vector with one or more
of " |
tableOutputCSS |
The CSS to use for the HTML table. |
Invisibly, the (potentially concatenated) input
as character
vector.
exportToHTML(mtcars[1:5, 1:5]);