Skip to content
Data Manipulation with dplyr
  • AI Chat
  • Code
  • Report
  • Data Manipulation with dplyr

    Run the hidden code cell below to import the data used in this course.

    Take Notes

    Add notes about the concepts you've learned and code cells with code you want to keep.

    Add your notes here

    arrange() / arrange(desc(counties))
    select()
    glimpse()
    filter() / filter(counties > 5)