| curry_fn | R Documentation |
Curry function
curry_fn(body)
body |
Function body |
foo <- function(x, y) x + y
call <- compose_fn_call("foo", list(x = 1, y = 1))
fn <- call %>% curry_fn()
fn()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.