Skip to content

Commit

Permalink
Update utils_plots.R
Browse files Browse the repository at this point in the history
  • Loading branch information
rich-iannone committed Oct 4, 2024
1 parent 6cc88f1 commit af9fbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils_plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -2059,7 +2059,7 @@ get_extreme_value <- function(..., stat = c("max", "min")) {

value_list <- list(...)

stat <- rlang::arg_match(stat)
stat <- rlang::arg_match0(stat, values = c("max", "min"))

value_list_vec <- unlist(value_list)

Expand Down

0 comments on commit af9fbf9

Please sign in to comment.