Skip to content
Snippets Groups Projects
Commit 7acbd34f authored by Wegner's avatar Wegner
Browse files

edited, weil falsche datei

parent 949cfac8
No related branches found
No related tags found
No related merge requests found
File added
This diff is collapsed.
...@@ -5,7 +5,7 @@ library(devtools) ...@@ -5,7 +5,7 @@ library(devtools)
library(roxygen2) library(roxygen2)
library(dplyr) library(dplyr)
examscores_neu<- newdata %>% select(-high_mathscore)
examscores<- newdata %>% select(-high_mathscore) examscores <- examscores_neu
usethis::use_data(examscores, overwrite = TRUE) usethis::use_data(examscores, overwrite = TRUE)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment