l1apply {tsensembler}R Documentation

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


[Package tsensembler version 0.1.0 Index]