Importez des fichiers CSV dans R à l'aide de la méthode Fread ()

# import data.table library 
library(data.table)

# read the CSV file
data3 <- fread("C:\\Personal\\IMS\\cricket_points.csv")
Gorgeous Gazelle