pipe: Pipe operator

Description Usage Arguments Examples

Description

Imports the pipe operator from magrittr.

Usage

1
lhs %>% rhs

Arguments

lhs

a c3 object

rhs

a pie settings function

Examples

1
2
data.frame(a=c(1,2,3,2),b=c(2,3,1,5)) %>%
  c3()

Example output

Attaching package:c3The following objects are masked frompackage:graphics:

    grid, legend

c3 documentation built on March 16, 2020, 5:07 p.m.

Related to pipe in c3...