9.2 Counting Groups

Groups can be counted using dplyr::count().

ds %>% count(wind_dir_3pm)
## # A tibble: 17 × 2
##    wind_dir_3pm     n
##    <ord>        <int>
##  1 N            12402
##  2 NNE           9663
##  3 NE           11925
##  4 ENE          11306
##  5 E            11832
##  6 ESE          12195
##  7 SE           15053
##  8 SSE          13001
##  9 S            13797
## 10 SSW          11829
## 11 SW           12976
## 12 WSW          13654
## 13 W            14361
## 14 WNW          12701
## 15 NW           12084
## 16 NNW          11048
## 17 <NA>          8668


Your donation will support ongoing availability and give you access to the PDF version of this book. Desktop Survival Guides include Data Science, GNU/Linux, and MLHub. Books available on Amazon include Data Mining with Rattle and Essentials of Data Science. Popular open source software includes rattle, wajig, and mlhub. Hosted by Togaware, a pioneer of free and open source software since 1984. Copyright © 1995-2022 Graham.Williams@togaware.com Creative Commons Attribution-ShareAlike 4.0