Session 3 :: Data I/O and Reshaping — Quiz
Bioinformatics Core Facility CECAD
2026-05-13
Session 3 :: Quiz
Test your understanding of base-R I/O, reshaping, and combining tables.
Three things to remember:
idvar when you need to pivot back safely.cbind()/rbind() align by position; merge() aligns by key — and duplicated keys give a Cartesian product.BeginnersDay1_DataIO_Reshaping.R