Skip to content

Commit

Permalink
Move data sets; add new demo data set
Browse files Browse the repository at this point in the history
  • Loading branch information
retostauffer committed Aug 8, 2019
1 parent 6e52f30 commit 713e18b
Show file tree
Hide file tree
Showing 10 changed files with 324,868 additions and 62,370 deletions.
7 changes: 7 additions & 0 deletions data-raw/data.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

sattelberg <- utils::read.table("sattelberg.csv", sep = ";", header = TRUE)
ellboegen <- utils::read.table("ellboegen.csv", sep = ";", header = TRUE)

devtools::use_data(sattelberg)
devtools::use_data(ellboegen)

6 changes: 6 additions & 0 deletions data-raw/ellboegen.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

ellboegen <- utils::read.table("ellboegen.csv", sep = ";",
na.strings = "NA",
header = TRUE, strip.white = TRUE)
usethis::use_data(ellboegen)

Loading

0 comments on commit 713e18b

Please sign in to comment.