pipe_mutate: Applies mutate in a pipeline

Description Usage Arguments Value

Description

Applies mutate in a pipeline

Usage

1
pipe_mutate(train, ...)

Arguments

train

Data frame containing the train data.

...

Variables to be made, as used in mutate_. This means you should provide arguments as strings: var = "a + b".

Value

A list of the transformed train dataset and a .predict function to be used on new data.


jeroenvdhoven/datapiper documentation built on July 14, 2019, 9:34 p.m.