walk() is designed for executing functions purely for their side effects, meaning you are interested in the action the function performs rather than the value it returns.
We show plotting element of a list, using walk() and iwalk().
#rstudio
#rprogramming
#tidyverse
#purrr
#walk
#rdatacode
Download
0 formats
No download links available.
R programming tutorial | Using walk() function from purrr package | NatokHD