Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 246 Bytes

tidydatasetup.md

File metadata and controls

10 lines (6 loc) · 246 Bytes

Tidy Data Examples - Data Setup

Copy and paste the following code segments into your working environment.



DF1 <- data.frame(ID = rep(c("Oscar","Charlie"),10),A1 = rnorm(20,10,2))