%->% {cohortBuilder} | R Documentation |
When called with filter or step object, runs add_filter and add_step respectively.
x %->% object
x |
Source or Cohort object. Otherwise works as a standard pipe operator. |
object |
Filter or step to be added to 'x'. |
And object ('Source' or 'Cohort') having new filter of step added.