Skip to content

Commit

Permalink
add rds output option
Browse files Browse the repository at this point in the history
  • Loading branch information
pdiakumis committed Jul 27, 2023
1 parent 55f92ac commit df4df0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ session_info_tbls <- function(pkgs = NULL) {
}

output_format_valid <- function(x) {
format_choices <- c("tsv", "parquet", "both", "delta")
format_choices <- c("tsv", "parquet", "both", "delta", "rds")

This comment has been minimized.

Copy link
@brainstorm

brainstorm Jul 28, 2023

Member

Should both be removed to avoid confusion?

assertthat::assert_that(
length(x) == 1,
x %in% format_choices
Expand Down

0 comments on commit df4df0f

Please sign in to comment.