pipe_dplyr: Wrapper function to turn a dplyr function into a pipeline...

Description Usage Arguments Value

Description

Wrapper function to turn a dplyr function into a pipeline element

Usage

1
pipe_dplyr(dplyr_function, stop_on_missing_names = F)

Arguments

dplyr_function

A function like select_ or mutate_ from dplyr

stop_on_missing_names

Flag indicating if the pipeline should stop if ... arguments aren't named. Useful for mutate, not so much for select or group_by

Value

A wrapper function for the specified dplyr_function


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