Learn R Programming

shinyTree (version 0.3.1)

dfrapply: Recursively apply function to all data.frames in a nested list

Description

Recursively apply function to all data.frames in a nested list

Usage

dfrapply(list, f, ...)

Value

list

Arguments

list

(nested) list containing data.frames

f

function to apply to each data.frame

...

extra arguments to f

Author

Jasper Schelfhout jasper.schelfhout@openanalytics.eu