data-raw/student_performance.R

por_df <- read.csv(file = "data-raw/student-por.csv", sep = ";")
mat_df <- read.csv(file = "data-raw/student-mat.csv", sep = ";")
full_df <- rbind(por_df, mat_df)

usethis::use_data(por_df, mat_df, full_df, overwrite = TRUE)
fenguoerbian/RSAVS documentation built on Oct. 25, 2024, 3:16 p.m.