Skip to content

Commit

Permalink
drop ascii compression
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderDevisscher committed Apr 30, 2024
1 parent 1164036 commit ed8b61c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions preprocessing/update_boswachterijen.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ for(f in filelist){
save(list = jaren,
file = "./data/boswachterijen.rda",
compress = "xz",
ascii = TRUE)
compress = "xz")
```

0 comments on commit ed8b61c

Please sign in to comment.