965-R-Learning-Repo/samples/1.2.R
2024-09-12 10:45:12 +08:00

2 lines
82 B
R
Executable File

sheet1 <- read.table("sheet-example1.csv", sep = ",", header = TRUE)
View(sheet1)