RLesur / crrri

A Chrome Remote Interface written in R
https://rlesur.github.io/crrri/
Other
157 stars 12 forks source link

use purrr in generator code for type safe iteration #7

Closed cderv closed 6 years ago

cderv commented 6 years ago

It is already one of the dependency and it really helps for clarity I think.

No other change apart for sapply to purrr::map_* and renaming some function


This change is Reviewable