diff --git a/R/preprocessing.R b/R/preprocessing.R index 31d833376..564d741ce 100644 --- a/R/preprocessing.R +++ b/R/preprocessing.R @@ -298,7 +298,6 @@ filter_leading_zeros <- function(data, obs_column = "confirm", by = NULL) { ##' @inheritParams fill_missing ##' @importFrom data.table setDT frollsum ##' @return A data.table with the zero threshold applied. -##' @author Sebastian Funk apply_zero_threshold <- function(data, threshold = Inf, obs_column = "confirm") { assert_data_frame(data)