Learn R Programming

mason (version 0.2.4)

scrub: Scrub down and polish up the constructed analysis results.

Description

Scrub down and polish up the constructed analysis results.

Usage

scrub(data)

Arguments

data
The blueprint data object.

Value

Outputs a cleaned up version of the constructed analysis.

Examples

Run this code

ds <- design(iris, 'cor')
ds <- add_settings(ds)
ds <- add_variables(ds, 'xvars', c('Sepal.Length', 'Sepal.Width'))
ds <- construct(ds)
scrub(ds)

Run the code above in your browser using DataLab