News

See how to join two data sets by one or more common columns using base R’s merge function, dplyr join functions, and the speedy data.table package.
See how the purrr package’s possibly() function helps you flag errors and keep going when applying a function over multiple objects in R.