Skip to content

Commit

Permalink
#177 write to rds
Browse files Browse the repository at this point in the history
  • Loading branch information
rossfarrugia committed Oct 21, 2022
1 parent 5025446 commit 0eeed3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/templates/ad_adrs.R
Original file line number Diff line number Diff line change
Expand Up @@ -338,4 +338,4 @@ adrs <- adrs %>%
# ---- Save output ----

dir <- tempdir() # Change to whichever directory you want to save the dataset in
save(adrs, file = file.path(dir, "adrs.rda"), compress = "bzip2")
saveRDS(adrs, file = file.path(dir, "adrs.rds"), compress = "bzip2")

0 comments on commit 0eeed3c

Please sign in to comment.