Importar arquivos CSV para r usando o método read.csv ()
# read the data from the CSV file
data <- read.csv("C:\\Personal\\IMS\\cricket_points.csv", header=TRUE)
# print the data variable (outputs as DataFrame)
data
Gorgeous Gazelle