remove_r: Check and remove R packages
Description
Check and remove R packages
Usage
remove_r(packages, lib = .libPaths()[1], verbose = TRUE)
Arguments
- packages
Package to be removed.
- lib
The location of the library directories where to remove the packages.
- verbose
Whether to print the message.
Default is TRUE.