rlbarter / blog_comments

0 stars 0 forks source link

blog/2019-08-19_purrr #6

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Rebecca Barter - Learn to purrr

Purrr is the tidyverse’s answer to apply functions for iteration. It’s one of those packages that you might have heard of, but seemed too complicated to sit down and learn. Starting with map functions, and taking you on a journey that will harness the power of the list, this post will have you purrring in no time.

https://www.rebeccabarter.com/blog/2019-08-19_purrr

alex040604 commented 1 year ago

At the logical ststements section I believe it is ".x$lifeExp" and not ".x$life". Congrats for this page Rebecca.... if I only had found it earlier, my battle with lists would have been much easier

andrews518 commented 10 months ago

Hi Rebecca, thank you for this tutorial. Something I have been ignoring for some time. Just wanted to let you know that it looks like the gapminder example data has been moved so the address is now: "https://github.com/swcarpentry/r-novice-gapminder/blob/main/episodes/data/gapminder-FiveYearData.csv"

knowltonGitHub commented 1 month ago

Top of this page inside the second paragraph (below the cat reading a map):

"cheatsheet" seems to be a bad link (404):

https://github.com/rstudio/cheatsheets/raw/master/purrr.pdf

Perhaps it is:

https://rstudio.github.io/cheatsheets/purrr.pdf

knowltonGitHub commented 1 month ago

Also of interest:

https://rstudio.github.io/cheatsheets/html/purrr.html

Where I found the link to the PDF for the R cheatsheet.