Skip to contents

Usage

uninstall(pkgs, lib = .libPaths()[[1L]])

Arguments

pkgs

character. Package names.

lib

character. Destination library directory path. Defaults to the first element of .libPaths().

Value

Invisible list. Metadata containing names of packages that were removed, and the package library path.

Note

Updated 2023-05-17.

Examples

## > uninstall("rlang")