Learn R Programming

jetpack (version 0.5.5)

update: Update a package

Description

Update a package

Usage

update(packages = c(), remotes = c())

Value

No return value

Arguments

packages

Packages to update

remotes

Remotes to update

Examples

Run this code
if (FALSE) {

jetpack::update("randomForest")

jetpack::update(c("randomForest", "DBI"))

jetpack::update()
}

Run the code above in your browser using DataLab