::run_tutorial(
learnrname = "ProjectOrga",
package = "DataScienceExercises",
shiny_args=list("launch.browser"=TRUE))
๐๏ธ Session 9: Importing data
This is also one of the most underestimated topics. This session builds upon the previous session on setting up a project environment. Now you will learn how to import data obtained elsewhere into R. We focus on importing .csv
files, but with the skills acquired in this context you will face no difficulties in importing other data types as well.
๐จโ๐ซ Lecture Slides
Either click on the slide area below or click here to download the slides.
๐ฅ Lecture videos
All the videos are available via this playlist.
Expand to access the videos directly
๐ Mandatory Reading
- The tutorial Importing and exporting data using data.table
Further Reading
TBA
โ๏ธ Coursework
- Do the exercises
ProjectOrga
from theDataScienceExercises
package
Quick code for starting the exercises