Skip to content

Commit

Permalink
feat(epi_slide_opt): adjust [.]new_col_name = error guidance
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslogan committed Nov 8, 2024
1 parent b4d71dc commit 039005e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/slide.R
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ epi_slide_opt <- function(
if ("new_col_name" %in% provided_args || ".new_col_name" %in% provided_args) {
cli::cli_abort(
"epi_slide_opt: the argument `new_col_name` is not supported for `epi_slide_opt`. If you want to customize
the output column names, use `dplyr::rename` after the slide.",
the output column names, use `.prefix =`, `.suffix =`, or `.new_col_**names** =`.",
class = "epiprocess__epi_slide_opt__new_name_not_supported"
)
}
Expand Down

0 comments on commit 039005e

Please sign in to comment.