Skip to content

Commit

Permalink
correct preprocessing (#142)
Browse files Browse the repository at this point in the history
Co-authored-by: benoit <[email protected]>
  • Loading branch information
BFalquet and benoit authored Feb 15, 2022
1 parent 638337d commit 405dec2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions R/standard_data_preprocessing.R
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,9 @@ filter_admh_anl01fl <- function(adam_db) {
assert_that(is(adam_db, "dm"))

adam_db %>%
dm_filter(admh, bol_YN(ANL01FL)) %>%
dm_apply_filters()
dm_zoom_to(admh) %>%
filter(ANL01FL == "Y") %>%
dm_update_zoomed()
}

#' Filter `adex` for `PARCAT1`
Expand Down

0 comments on commit 405dec2

Please sign in to comment.