Skip to content

Commit

Permalink
save format option
Browse files Browse the repository at this point in the history
  • Loading branch information
RossanaTat committed Oct 31, 2024
1 parent caf0676 commit 406eb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
op <- options()
op.syncdr <- list(
syncdr.verbose = FALSE,
syncdr.short_paths = FALSE
syncdr.save_format = "fst"
)
toset <- !(names(op.syncdr) %in% names(op))

Expand Down

0 comments on commit 406eb51

Please sign in to comment.