πŸ—“οΈ Session 5: Importing data

Published

20 10 2025

Modified

20 10 2025

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.

πŸ“š Mandatory Reading

Further Reading

TBA

✍️ Coursework

  • Do the exercises ImportData from the DataScienceExercises package
learnr::run_tutorial(
  name = "ImportData", 
  package = "DataScienceExercises", 
  shiny_args=list("launch.browser"=TRUE))