powered by
group_size(x)
data("hflights", package = "hflights") group_size(group_by(hflights, Year, Month, DayofMonth)) group_size(group_by(hflights, Dest))
Run the code above in your browser using DataLab