Skip to content

Commit

Permalink
Clean alert_serfling.R from remnants
Browse files Browse the repository at this point in the history
  • Loading branch information
rosericazondekon committed Feb 11, 2023
1 parent 6f9f8c7 commit afbcb80
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions R/alert_serfling.R
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,6 @@ alert_serfling <- function(df, t = date, y = count, baseline_end) {
# Check for grouping variables
grouped_df <- is.grouped_df(df)

base_tbl <- df #%>%
# mutate(
# {{ t }} := as.Date(!!t),
# {{ y }} := as.numeric(!!y)
# )

if (grouped_df) {
groups <- group_vars(df)

Expand Down

0 comments on commit afbcb80

Please sign in to comment.