# read the data from the CSV file data <- read.csv("C:PersonalIMScricket_points.csv", header=TRUE) # print the data variable (outputs as DataFrame) data