# NOT RUN {
iris %>% count_dt(Species)
iris %>% count_dt(Species,name = "count")
iris %>% add_count_dt(Species)
iris %>% add_count_dt(Species,name = "N")
mtcars %>% count_dt(cyl,vs)
mtcars %>% add_count_dt(cyl,vs)
# }
Run the code above in your browser using DataLab