call_fun_dots {teal.modules.general} | R 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 |
( |
str_args |
( |
Value
Value of call to fun
with arguments specified in str_args
.
[Package teal.modules.general version 0.4.1 Index]