Skip to content

Commit

Permalink
fix example again, need exclude column going in
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitejohnson committed Jul 9, 2024
1 parent 8aa7f65 commit 40146b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/preprocessing.R
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ flag_ww_outliers <- function(ww_data,
#' data <- tibble::tibble(
#' date = c("2023-10-01", "2023-10-02"),
#' genome_copies_per_mL = c(300, 3e6),
#' flag_as_ww_outlier = c(0, 1)
#' flag_as_ww_outlier = c(0, 1),
#' exclude = c(0, 0)
#' )
#' data_w_exclusions <- indicate_ww_exclusions(data,
#' outlier_col_name = "flag_as_ww_outlier",
Expand Down
3 changes: 2 additions & 1 deletion man/indicate_ww_exclusions.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 40146b9

Please sign in to comment.