call_fun_dots: Call a function with a character vector for the '...'...

View source: R/utils.R

call_fun_dotsR Documentation

Call a function with a character vector for the ... argument

Description

Call a function with a character vector for the ... argument

Usage

call_fun_dots(fun, str_args)

Arguments

fun

(character) Name of a function where the ... argument shall be replaced by values from str_args.

str_args

(character) A character vector that the function shall be executed with

Value

Value of call to fun with arguments specified in str_args.


teal.modules.general documentation built on April 4, 2025, 2:26 a.m.