call_with_colon {teal.transform} | R Documentation |
Create a call using a function in a given namespace
Description
The dot arguments in ...
need to be quoted because they will be evaluated otherwise.
Usage
call_with_colon(name, ..., unlist_args = list())
Arguments
name |
|
... |
arguments to pass to function with name |
unlist_args |
|
Value
call
.
[Package teal.transform version 0.6.0 Index]