Description Usage Arguments Value
This function wraps over base::Map()
to create a replacement for
purrr::map2()
.
1 2 3 |
x, y, z |
lists to apply a n-argument function over. |
f |
a function to apply. |
... |
other arguments to the function. |
the result of applying the function to each set of items in x
and
y
or z
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.