Learn R Programming

genpathmox (version 0.6)

funlist: Apply a function to all elements in a list

Description

Apply a function to all elements in a list

Usage

funlist(alist, f, ...)

Arguments

alist

a list

f

a function to be applied

...

further arguments passed on to f

Value

value

Details

Internal function.