monitored_sapply: A Monitored Version of 'sapply'

View source: R/utils.R

monitored_sapplyR Documentation

A Monitored Version of 'sapply'

Description

This function offer a monitored version of 'sapply'.

Usage

monitored_sapply(vec, func, ...)

Arguments

vec

A vector usualy gives as 'sapply' first parameter.

func

A function usualy gives as 'sapply' second parameter.

...

Parameters passed to 'monitored_apply' function.

Value

A vector of the application of the 'func' function to each element of the 'vec' vector.


fchuffar/epimedtools documentation built on Feb. 3, 2024, 2:21 a.m.