Learn R Programming

tsensembler (version 0.0.5)

l1apply: Applying lapply on the rows

Description

Wrapper function used to compute lapply on the rows of a data.frame

Usage

l1apply(obj, FUN, ...)

Arguments

obj

a data.frame object to apply the function.

FUN

function to apply to each row of obj

...

Further parameters to lapply