Learn R Programming

dataquieR (version 2.0.1)

util_make_function: Make a function capturing errors and other conditions for parallelization

Description

Make a function capturing errors and other conditions for parallelization

Usage

util_make_function(fct, caller.)

Value

decorated function

Arguments

fct

function to prepare

caller.

call for error messages, default is the caller of util_make_function