iris %>%
dplyr::group_by(Species) %>%
dplyr::summarise(mean = mean(Sepal.Length)) %>%
fastrep::tbl("THIS FUNCTION IS SO INCREDIBLE!")
mtcars |>
dplyr::group_by(carb) |>
dplyr::summarise(sd = sd(wt)) |>
fastrep::tbl()
Run the code above in your browser using DataLab