Web Links - dplyr

Sort by

Lesser known dplyr tricks

857 | No comment | dplyr , R programming No note
Contents:
- Removing unneeded columns
- Re-ordering columns
- Renaming columns with rename()
- Selecting columns with a regexp
- Create new columns with mutate() and if_else()
- Apply a function to certain columns only,... [Read more]

Using databases with R

829 | No comment | dplyr , Databases , dbplyr No note
Using databases with R This website is meant to document, over time, all database best practices and tools for R, so you can find everything you need in one place.