Skip to content

Commit

Permalink
Update ard_continuous.survey.design.R
Browse files Browse the repository at this point in the history
  • Loading branch information
ddsjoberg committed Jun 24, 2024
1 parent 47b468e commit 7db1314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ard_continuous.survey.design.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ ard_continuous.survey.design <- function(data, variables, by = NULL,
x = statistic,
predicate = \(x) all(x %in% accepted_svy_stats()),
error_msg = c("Error in the values of the {.arg statistic} argument.",
i = glue::glue("Values must be in {.val {cardx:::accepted_svy_stats(FALSE)}}")
i = "Values must be in {.val {cardx:::accepted_svy_stats(FALSE)}}"
)
)

Expand Down

0 comments on commit 7db1314

Please sign in to comment.