Description Usage Arguments Value Author(s) See Also Examples
Mimics dplyr::count using base R and rlang
1 2 3 4 5 6 7 |
x |
data.frame |
... |
variables to group by |
wt |
numeric, weights to count by, Default: NULL |
sort |
boolean, if TRUE will sort output in descending order of n, default = FALSE |
data.frame
Jonathan Sidi
1 2 3 | airquality%>%
b_count(Month,Temp)%>%
head()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.