📜  在 r 中读取 csv - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:24.145000             🧑  作者: Mango

代码示例5
# Import the data and look at the first six rows
carSpeeds <- read.csv(file = 'data/car-speeds.csv')
head(carSpeeds)