lapply_df function

Run lapply, converting result to a data frame.

Run lapply, converting result to a data frame.

lapply_df(...)

Arguments

  • ...: Parameters to pass to lapply

Returns

A data frame of the results with stringsAsFactors=FALSE.

  • Maintainer: Jeffrey Beem-Miller
  • License: GPL-2
  • Last published: 2023-09-21

Useful links