pipefittr: Convert nested calls to magrittr's pipes.

Description Usage Arguments Examples

Description

To take nested function calls and convert them to a more readable form using magrittr's pipes.

Usage

1
pipefittr(string, pretty = F)

Arguments

string

a string, to be converted into magrittr's pipe syntax

pretty

create a multiline output, which is prettier. Try this.

Examples

1
2
3
teststring = "jump_on(bop_on( scoop_up( hop_through(foo_foo, forest), field_mouse ), head))"
pipefittr(teststring, pretty = TRUE)
  

pipefittr documentation built on May 2, 2019, 8:28 a.m.