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