Reshaping data frames

Log in om je oplossingen te testen.
hafu <- read.csv("hafu.csv") hafu <- hafu[, -ncol(hafu)] # Drop the 'Notes' column for the sake of convenience