fastReport: 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
fastReport(data, target = NULL, reports = c("Basic", "CatSum", "NumSum",
  "Corr", "Cluster", "PCA", "MDS", "FA"), m.par.vals = list())

Arguments

data

[data.frame]
A Dataframe with different variables

target

[character(1)]
Target column. If not available please insert as NULL.

reports

[character()]
The report types used on the dataset. Default will use all available reports if applicable to the data types provided by the dataset.

m.par.vals

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

Examples

1
2
3
4
5
6
# Report for the iris dataset
## Not run: 
data("iris")
fastReport(data = iris, target = "Species")

## End(Not run)

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