compose_fn_call | R Documentation |
Compose function call
compose_fn_call(fn, args)
fn |
(character) Function name |
args |
(list) List of arguments |
foo <- function(x, y) x + y call <- compose_fn_call("foo", list(x = 1, y = 1)) eval(call)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.