Learn R Programming

wrapr (version 1.9.6)

c.UnaryFn: Combine UnaryFns

Description

Combine UnaryFns

Usage

# S3 method for UnaryFn
c(...)

Arguments

...

UnaryFn derived classes to combine

Value

UnaryFn representing the sequence

Examples

Run this code
# NOT RUN {
c(pkgfn("base::sin", "x"), pkgfn("base::cos", "x"))

# }

Run the code above in your browser using DataLab