An electronic exam, 1.5 hp, is scheduled on 2023-01-05, 14:00-18:00. It will be a open book home exam and its allowed to use google. We reserve the right to conduct an oral exam after the exam, e.g., when we are correcting the exam. If you are subject to the oral exam, you will need to describe your code, what it does and why you chose to solve the question(s) the way you did. This will test your skills in using the tools introduced in the course and involves live coding in an RStudio environment with internet access. Here is some further information
List of questions from the class questions which might appear in the exam:
Use the following set of code to verify that you have the appropriate packages installed.
lib_list <- c("tidyverse","rmarkdown", "knitr", "DBI", "RSQLite", "rebus",
"jsonlite","xml2", "lubridate", "readxl")
purrr::walk(lib_list, library, character.only = TRUE)
Here are some good cheat cheets for easy access to information. Note that there are sheets with information that we do not cover in this course. Here is one on SQL.
The re-exam is scheduled for 2023-02-20.
Only a few of the exams have solutions to them.