Skip to content

Commit

Permalink
#118 add ... arg to prepare_response_variables()
Browse files Browse the repository at this point in the history
  • Loading branch information
egouldo committed Aug 23, 2024
1 parent ba6cf17 commit effb92b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/prepare_response_variables.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ prepare_response_variables <- function(ManyEcoEvo,
estimate_type = character(1L),
param_table = NULL,
dataset_standardise = NULL,
dataset_log_transform = NULL) {
dataset_log_transform = NULL,
...) {
# ------ Argument Checks ------
match.arg(estimate_type,
choices = c("Zr", "yi", "y25", "y50", "y75"),
Expand Down

0 comments on commit effb92b

Please sign in to comment.