csgillespie / efficientR

Efficient R programming: a book
https://csgillespie.github.io/efficientR/
Other
720 stars 373 forks source link

using dplyr::bind_rows instead of rbind_all() in chapter-01 #308

Open shafayetShafee opened 2 years ago

shafayetShafee commented 2 years ago

Also, I have read the out-ice.Rds from github repo directly using readr::read_rds() and then added readr package in the prerequisite section of the book.