File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ epi_slide <- function(
195195 cli_abort(
196196 " `.x` must be either grouped by {expected_group_keys} or ungrouped; if the latter,
197197 we'll temporarily group by {expected_group_keys} for this operation. You may need
198- to aggregate your data first, see aggregate_epi_df ()." ,
198+ to aggregate your data first; see sum_groups_epi_df ()." ,
199199 class = " epiprocess__epi_slide__invalid_grouping"
200200 )
201201 }
@@ -701,7 +701,7 @@ epi_slide_opt <- function(
701701 cli_abort(
702702 " `.x` must be either grouped by {expected_group_keys} or ungrouped; if the latter,
703703 we'll temporarily group by {expected_group_keys} for this operation. You may need
704- to aggregate your data first, see aggregate_epi_df ()." ,
704+ to aggregate your data first; see sum_groups_epi_df ()." ,
705705 class = " epiprocess__epi_slide_opt__invalid_grouping"
706706 )
707707 }
You can’t perform that action at this time.
0 commit comments