walk | R Documentation |
Like lapply, but return .x
instead of the results of .f
walk(.x, .f, ...)
.x |
an atomic |
.f |
a |
... |
arguments passed on to |
.x
walk(month.name, print)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.