exportToHTML | 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 = ufs::opts$get("tableOutput"),
tableOutputCSS = ufs::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]);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.