1. Learn
  2. /
  3. Courses
  4. /
  5. Defensive R Programming

Exercise

If it weren't for those pesky kids

It looks like some people don't learn, and are still using T and F, but with the read_csv() function from the readr package this time. Continue your dastardliness and try to overwrite F.

What happens when you set F <- 2?

iris <- read_csv("iris.csv", col_names = F)

Instructions

50 XP

Possible answers