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 4a40bc7 commit 5025446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/templates/ad_adtte.R
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ adtte <- adtte %>%
# ---- Save output ----

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

0 comments on commit 5025446

Please sign in to comment.