.cstr_wrap {constructive} | R Documentation |
Wrap argument code in function call
Description
Exported for custom constructor design. Generally called through .cstr_apply()
.
Usage
.cstr_wrap(args, fun, new_line = FALSE)
Arguments
args |
A character vector containing the code of arguments. |
fun |
A string. The name of the function to use in the function call.
Use |
new_line |
Boolean. Whether to insert a new line between |
Value
A character vector.
[Package constructive version 1.0.1 Index]