Introduction to Data Frames in R - English
Outline:
Storing captaincy information in vectors Constructing a data frame using vectors Plotting one vector of a data frame vs. another one Adding a vector to a data frame Saving a data frame into a csv file Preventing the writing of row numbers into the csv file Changing the contents of a csv file through a text editor Loading a csv file into a data frame Accessing the data sets that come with R Assignment