briatte / dsr

Introduction to Data Science with R (Sciences Po, Paris, 2023)
https://f.briatte.org/teaching/syllabus-dsr.pdf
42 stars 9 forks source link

If need be, use rlist and pipeR #3

Closed briatte closed 5 years ago

briatte commented 7 years ago

rlist, by @renkun-ken, looks like a brilliant way to manipulate lists. My only regret is that the functions are named list.verb instead of list_verb.

Suggestion – Use it if lapply usage becomes cryptic.

pipeR looks cool too, even though I would prefer to keep things simple and stick with just %>%.

briatte commented 5 years ago

Closing, as introducing anything beyond `%>% would be confusing teaching-wise.

Both packages still look interesting, but functionalities probably have acquired almost-identical equivalents in purrr since the issue was opened.

See also answer at https://github.com/renkun-ken/rlist/issues/119