%>% {c3} | R Documentation |
Pipe operator
Description
Imports the pipe operator from magrittr.
Usage
lhs %>% rhs
Arguments
lhs |
a |
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]