lapply_df: Run 'lapply', converting result to a data frame.

View source: R/utils.R

lapply_dfR Documentation

Run lapply, converting result to a data frame.

Description

Run lapply, converting result to a data frame.

Usage

lapply_df(...)

Arguments

...

Parameters to pass to lapply

Value

A data frame of the results with stringsAsFactors=FALSE.


ISRaD documentation built on Sept. 21, 2023, 9:06 a.m.

Related to lapply_df in ISRaD...