๐Ÿ—“๏ธ Session 9: Importing data

Author
Published

02 05 2024

Modified

11 05 2024

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 ProjectOrga from the DataScienceExercises package
learnr::run_tutorial(
  name = "ProjectOrga", 
  package = "DataScienceExercises", 
  shiny_args=list("launch.browser"=TRUE))