Skip to content

Commit 9a96a87

Browse files
committed
Prefix all_of with dplyr::
1 parent 390f662 commit 9a96a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/read_extract_delayed_discharges.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ read_extract_delayed_discharges <- function(file_path = get_dd_path()) {
1414
monthflag = lubridate::my(.data[["monthflag"]]),
1515
delay_end_reason = as.integer(.data[["delay_end_reason"]])
1616
) %>%
17-
dplyr::select(-all_of("cennum"))
17+
dplyr::select(-dplyr::all_of("cennum"))
1818

1919
log_slf_event(stage = "read", status = "complete", type = "dd", year = year)
2020

0 commit comments

Comments
 (0)