tidyverse (version 1.1.1)

tidyverse_update: Update tidyverse packages

Description

This will check to see if all tidyverse packages (and optionally, their dependencies) are up-to-date, and will install after an interactive confirmation.

Usage

tidyverse_update(recursive = FALSE)

Arguments

recursive
If TRUE, will also check all dependencies of tidyverse packages.

Examples

Run this code
## Not run: 
# tidyverse_update()
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace