Intro-R
Intro-R copied to clipboard
Talk a bit about types and vectorization
Love the slides! I thought helpful additions here would be to talk about R types (ints, numerics, strings, etc) and data structured (lists, named lists, etc), and cover the stringr package a bit. also, the concept of "vectorization" which is so pervasive in R. sqrt(c(1,2,3,4,5)) etc.