View source: R/count_confirmations.R
count_confirmations | R Documentation |
Count confirmations or non-confirmations
count_confirmations(filter_confirmation, data_guests)
filter_confirmation |
Character vectors. Conditions to be combined with a & |
data_guests |
Tibble. |
Character.
data(data_guests_example) count_confirmations(filter_confirmation = c("type == 'Teen'", "(here_cocktail == 'No' | here_diner == 'No' | here_sunday == 'No')"), data_guests = data_guests_example)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.