Importieren Sie CSV -Dateien mithilfe von Read.csv () Methode in R
# 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