This repository has been archived on 2025-12-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
LUT-yliopisto/CT60A9710 Statistical mathematics/Lectures/test.R
2023-01-07 20:58:44 +02:00

3 lines
63 B
R

library(readr)
df1 <- read_csv(file = "diamonds.csv")
View(df1)