Learn R Programming

renv (version 0.3.0-40)

remove: Remove Packages

Description

Remove (uninstall) R packages.

Usage

remove(packages, library = NULL, project = NULL)

Arguments

packages

A character vector of R packages to remove.

library

The library from which packages should be removed. When NULL, the active library (that is, the first entry reported in .libPaths()) is used instead.

project

The project directory. If NULL, then the active project will be used. If no project has been specifically activated, the current working directory is used.