Don’t get attached to attach()
When data are imported into R it generally arrives as a data.frame, a type of object that contains named columns. We often want to access the contents of each column which can be done with the dollar or square-bracket notation. Continue reading Don’t get attached to attach()