Skip to content

Commit

Permalink
remove author
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Abbott <[email protected]>
  • Loading branch information
sbfnk and seabbs authored Dec 9, 2024
1 parent b12cb14 commit fefe4f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/preprocessing.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fefe4f0

Please sign in to comment.