applyFunToVectorOfObjects: Apply function to a character vector of object names

Description Usage Arguments Value

View source: R/applyFunToVectorOfObjects.R

Description

Apply function to a character vector of object names

Usage

1
applyFunToVectorOfObjects(characterVecOfObj, FUN, ...)

Arguments

characterVecOfObj

A character vector of object/variable names that are currently in working R memory

FUN

A function to be executed upon the objects/variables (not the character strings!)

Value

A list where each element corresponds to the outputs from the function, and names after the supplied character vector.


msxakk89/dat documentation built on Aug. 3, 2020, 6:39 p.m.