| any_breaker | R Documentation |
Function designed to be used as trigger in act_after_exposure(). Returns
TRUE if exposure attribute of .tbl has any information about data units
not obeying the rules, i.e. rule breakers.
any_breaker(.tbl)
.tbl |
Result of exposure, i.e. data frame with exposure attribute. |
assert_any_breaker for implicit usage of any_breaker().
mtcars %>%
expose(data_packs(. %>% dplyr::summarise(nrow_low = nrow(.) > 50))) %>%
any_breaker()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.