rockr.packages {rockr}R Documentation

List of the packages in the R server

Description

Get the list of packages from the R server.

Usage

rockr.packages(conn)

Arguments

conn

A rockr connection object.

Value

The matrix of the R packages, same as the one from install.packages().

See Also

Other administration functions: rockr.log(), rockr.package_install(), rockr.package_rm(), rockr.packages_datashield(), rockr.packages_rm(), rockr.package(), rockr.restart(), rockr.session_switch(), rockr.sessions(), rockr.session(), rockr.start(), rockr.status(), rockr.stop(), rockr.version()

Examples

## Not run: 
conn <- rockr.connect(username='administrator', password='password',
                      url='https://rocker-demo.obiba.org')
rockr.packages(conn)

## End(Not run)

[Package rockr version 1.0.0 Index]