Skip to content

Commit

Permalink
#2138 set_values_to default NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyad committed Nov 29, 2023
1 parent fce2932 commit 9cfe58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/derive_extreme_event.R
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ derive_extreme_event <- function(dataset = NULL,
source_datasets = NULL,
ignore_event_order = NULL,
check_type = "warning",
set_values_to,
set_values_to = NULL,
keep_source_vars = exprs(everything())) {
# Check input parameters
assert_data_frame(dataset, optional = TRUE)
Expand Down

0 comments on commit 9cfe58f

Please sign in to comment.