Description Usage Arguments Examples
Imports a dataset from the openML data base and creates a rmd report file
1 2 | fastReport(data, target = NULL, reports = c("Basic", "CatSum", "NumSum",
"Corr", "Cluster", "PCA", "MDS", "FA"), m.par.vals = list())
|
data |
[ |
target |
[ |
reports |
[ |
m.par.vals |
[ |
1 2 3 4 5 6 | # Report for the iris dataset
## Not run:
data("iris")
fastReport(data = iris, target = "Species")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.