-
Haven't had much of a chance to use it before, but {reticulate} is damned amazing. It helps you to work #python style in #rstats, especially with nice functions like
iterate()
, which lets you iterate over python generators, much likepurrr::map()
iterate()
, which lets you iterate over python generators, much like purrr::map()