powered by
Scrub down and polish up the constructed analysis results.
scrub(data)
The blueprint data object.
Outputs a cleaned up version of the constructed analysis.
# NOT RUN { 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