Learn R Programming

wrapr (version 1.9.6)

as.list.UnaryFn: Get list of primative unary fns.

Description

Get list of primative unary fns.

Usage

# S3 method for UnaryFn
as.list(x, ...)

Arguments

x

UnaryFn derived classe to extract

...

not used.

Value

list of non UnaryFnList functions

Examples

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

# }

Run the code above in your browser using DataLab