fun.res.select: Select Function Return Values

Description Usage Arguments Details Value

View source: R/functions.R

Description

Filters a function to return only values matching the given selection.

Usage

1
fun.res.select(func, selection)

Arguments

func

the function to wrap.

selection

the results to be retained from the function.

Details

For a given function, the function returns a wrapper that only retains return values specified in the selected list.

Value

A wrapped function.


RlonRyan/QuikR documentation built on May 14, 2019, 3:09 a.m.