trial_lapply: Apply a function to a list of trials, preserving classes of...

Description Usage Arguments

Description

This function is just a wrapper for lapply that makes sure that the classes of the inputted list are preserved in the outputted list.

Usage

1
trial_lapply(trials, trial_func, ...)

Arguments

trials

a list of Trial objects

trial_func

a function to apply on each Trial object

...

additional arguments passed to the function


tjmahr/lookr documentation built on May 31, 2019, 3:41 p.m.