read.csv is actually an R function. It pulls in the file, /Users/Eric/Documents/R-Data-Files/custID.csv and puts it into a new data frame by the name, sampleCRMdata.The file, custID.csv, can have as many columns as you want as long as it has one column with a header of "custID".