list_lapply: Lapply function

View source: R/RcppExports.R

list_lapplyR Documentation

Lapply function

Description

C++ version of lapply function.

Usage

list_lapply(input, f)

Arguments

input

a list.

f

a function to apply along the list.

Value

A list with the output type of the function.

Author(s)

This function have been copy from Rcpp gallery: XXXX


SebastianSosa/ant documentation built on Sept. 23, 2023, 7:06 a.m.