Learn R Programming

rsyncrosim (version 1.2.9)

updatePackage: Update Package

Description

Updates a SyncroSim package.

Usage

updatePackage(name = NULL, session = NULL, listonly = FALSE)

# S4 method for ANY,character updatePackage(name = NULL, session = NULL, listonly = FALSE)

# S4 method for ANY,missingOrNULL updatePackage(name = NULL, session = NULL, listonly = FALSE)

# S4 method for ANY,Session updatePackage(name = NULL, session = NULL, listonly = FALSE)

Arguments

name

Character string. The name of the package to update. If NULL, all packages will be updated.

session

Session.

listonly

Logical. If TRUE, available updates are listed only.

Value

This function invisibly returns `TRUE` upon success (i.e.successful update) and `FALSE` upon failure.