Learn R Programming

wrapr (version 1.9.6)

Collector: Build a collector that can capture all pipe stages to the right.

Description

Build a collector that can capture all pipe stages to the right, using bquote()-.() escaping.

Usage

Collector()

Arguments

Value

a Collector list-object.

Examples

Run this code
# NOT RUN {
phase <- 0.1
Collector() %.>% sin(.) %.>% cos(. + .(phase))

# }

Run the code above in your browser using DataLab