Skip to content

Commit

Permalink
add compression
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderDevisscher committed Apr 30, 2024
1 parent 6e8f2ba commit 384328d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion preprocessing/update_boswachterijen.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ for(f in filelist){
}
}
save(list = jaren, file = "./data/boswachterijen.rda")
save(list = jaren,
file = "./data/boswachterijen.rda",
compress = "xz",
ascii = TRUE)
```

0 comments on commit 384328d

Please sign in to comment.