%>% {c3}R Documentation

Pipe operator

Description

Imports the pipe operator from magrittr.

Usage

lhs %>% rhs

Arguments

lhs

a c3 object

rhs

a pie settings function

Examples

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

[Package c3 version 0.3.0 Index]