Description Usage Arguments Value See Also Examples
Scrub down and tidy up the constructed analysis results.
1 2 3 4 5 6 7 8 9 |
data |
The blueprint data object. |
... |
Other arguments passed to methods. |
output |
Selecting what to output from model. |
Outputs a cleaned up version of the constructed analysis.
See also tidy_up()
for pls tidying.
1 2 3 4 5 | ds <- design(iris, 'cor')
ds <- add_settings(ds)
ds <- add_variables(ds, 'xvars', c('Sepal.Length', 'Sepal.Width'))
ds <- construct(ds)
scrub(ds)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.