recipesGadget: Recipes Gadget

Description Usage Arguments Details Value Author(s) Examples

View source: R/recipesGadget.R

Description

Gadget to use the data preprocessing 'recipes' package interactively.

Usage

1
recipesGadget(.df, bake_list = NULL)

Arguments

.df

data frame, data table or tibble on which the preprocessing steps will be trained.

bake_list

A named list where each element is a data.frame, data.table or tibble on which the selected preprocessing steps can be applied.

Details

Find more information in the [shinyrecipes](https://albertoalmuinha.github.io/shinyrecipes/) web page.

Value

Returns a list containing the trained recipe as well as all the data to which the recipe has been applied within the gadget.

Author(s)

Alberto Almuiña

Examples

1
2
3
4
{if(interactive()){
recipesGadget(.df = mtcars, bake_list = list('mtcars1' = mtcars1))
}
}

shinyrecipes documentation built on July 1, 2020, 8:12 p.m.