mWrangle: Help with dplyr command construction

Description Usage Arguments Details Examples

Description

mWrangle() opens an interactive (shiny) app that lets you edit interactively a potentially complex dplyr chain of commands. It provides documentation and argument vetting.

Usage

1
mWrangle(Input)

Arguments

Input

A data frame or piped input from a chain of dplyr commands.

Details

On return, mWrangle() opens and editor to display and run the command. Often, the user will cut and paste this into a chunk in an Rmd document.

The "m" in "mWrangle" follows the convention that a leading "m" indicates an interactive command.

Examples

1
2
3
4
## Not run: require(mosaicData)
mWrangle( KidsFeet %>% select( sex, length, width, biggerfoot) )

## End(Not run)

dtkaplan/DCFinteractive documentation built on May 15, 2019, 4:58 p.m.