Learn R Programming

batata (version 0.2.1)

fresh_start: Remove all the installed R packages from a specified library

Description

Remove all the installed R packages from a specified library

Usage

fresh_start(lib = .libPaths())

Arguments

lib

a character vector giving the library directories. Defaults to the first element in .libPaths()

Value

called for the side effect of removing all installed packages

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
# DANGER: THE FUNCTION REMOVES ALL THE PACKAGES

fresh_start()

# }

Run the code above in your browser using DataLab