Can I read dplyr Data Transformation Cheat Sheet on EtoBox?
dplyr Data Transformation Cheat Sheet by Girish Chadha is a document available to read on EtoBox.
What is dplyr Data Transformation Cheat Sheet about?
Data transformation functions in dplyr work with tidy data and pipes. They allow you to (1) extract rows/cases and columns/variables, (2) summarize data to create new tables of summary statistics, and (3) create new variables by applying vectorized functions to columns. Key functions include filter() to extract rows, select() to extract columns, summarise() to create summary tables, mutate() to create new variables, and various other functions for sampling, ordering, grouping and counting data.
- Author
- Girish Chadha
- Language
- EN