mozillascience / studyGroupLessons

One-hour introductory lessons on ideas and tools in coding and data wrangling for research.
MIT License
114 stars 37 forks source link

added data.table lesson: handling large data files in R #73

Closed TomKellyGenetics closed 8 years ago

TomKellyGenetics commented 8 years ago

Lesson developed for Otago StudyGroup, see event: https://github.com/OtagoStudyGroup/studyGroup/issues/21. Prepared with Rmd / knitr. Introduction to the data.table R package, data type, and various other file I/O or data types for handling large data in R. Uses the gapminder data set from the Research Bazaar (Univ. Melbourne, 2015) Software Carpentry materials and several command from these materials.