Learn R Programming

rPlant (version 1.2)

ListApps: Deployed applications

Description

Functions for listing applications deployed in the iPlant software infrastructure and information about them. GetCitations is a work in progress, currently only supports "muscle-ranger-2.0".

Usage

ListApps(user.name, token)
GetAppInfo(user.name, token, application, verbose=FALSE)

Arguments

user.name
iPlant Discovery Environment user name
token
a validation tool used in place of unencrypted passwords
application
name of DE application
verbose
optional screen output that displays all of the results from the api, default = FALSE

Value

  • A list of applications deployed in the DE.

Examples

Run this code
# ListApps("User", token)
	# GetAppInfo("User", token, "muscle-ranger-2.0", verbose=T)

Run the code above in your browser using DataLab