tladeras’s avatartladeras’s Twitter Archive—№ 4,617

    1. Hi Everyone. I'm teaching an #rstats course next quarter. One assignment is to have each student write about a #tidyverse function. What it's for and an example. What are some less known #tidyverse functions that do a job you find useful?
  1. …in reply to @tladeras
    Here's the list so far: - dplyr::relocate() - dplyr::count() / n() - dplyr::distinct() - dplyr::glimpse() - dplyr::slice() - ggplot2::geom_count()