openMLReport: Creates a full report for OpenML data sets

Description Usage Arguments Examples

Description

Imports a dataset from the openML data base and creates a rmd report file

Usage

1
2
openMLReport(data.id, reports = c("Basic", "CatSum", "NumSum", "Corr",
  "Cluster", "PCA", "MDS", "FA"), m.par.vals = list())

Arguments

data.id

[integer(1)]
data.id is the id from openML datasets see getOMLDataSet

reports

[character()]
The report types used on the dataset. Default will use all available reports if they are applicable

m.par.vals

[list()]
A names list containing parameters which will be passed to the corressponding report function. [WIP]

Examples

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)

ptl93/AEDA documentation built on May 7, 2019, 3:20 p.m.