Learn R Programming

rsyncrosim (version 1.2.9)

addPackage: Adds a package to SyncroSim

Description

Adds a package to SyncroSim. This functions will query the SyncroSim package server for the package name provided as input.

Usage

addPackage(name, session = NULL)

# S4 method for ANY,character addPackage(name, session = NULL)

# S4 method for ANY,missingOrNULL addPackage(name, session = NULL)

# S4 method for ANY,Session addPackage(name, session = NULL)

Arguments

name

Character string. The name of the package to install.

session

Session.

Value

This function will invisibly return `TRUE` upon success (i.e.successful install) and `FALSE` upon failure.