Description Usage Arguments Value Author(s) See Also Examples
This function counts the rows that match the given conditions
1 |
df |
The tibble or dataframe to count |
... |
The conditions to test the tibble ( |
.group |
How to group the data when counting, if Currently not working |
.wt |
The weight to pass to |
.sort |
The sort to pass to |
A vector of values in the order of .order
or just a single value if order
is NULL
zekrom_vale
count_when
for using str_detect
to test a vector
count_if
for using conditions to test a vector
count_if
for counting using a dataframe or tibble, this has access to all columns
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.