powered by
Make a HTML5 file with a data.frame
data2HTML(data, preprocessing = "", path = NULL, filename = "report.HTML", rawDataName = NULL, rawDataFile = "rawData.RDS", vanilla = FALSE, echo = TRUE, showself = FALSE)
A data.frame
A character string of R code
A name of destination file path
A name of destination file
The name of the rawData
The name of the rawData file which the data are to be read from.
logical. Whether or not make vanilla table
Logical. Whether or not show R code of plot and table
Logical. Whether or not show R code for the paragraph
# NOT RUN { library(moonBook) library(ztable) library(rrtable) library(ggplot2) data2HTML(sampleData2,path="tmp") # }
Run the code above in your browser using DataLab