Get DataSHIELD package descriptions

dsadmin.package_descriptions(opal, fields = NULL, df = TRUE, profile = NULL)

Arguments

opal

Opal object or list of opal objects.

fields

A character vector giving the fields to extract from each package's DESCRIPTION file in addition to the default ones, or NULL (default). Unavailable fields result in NA values.

df

Return a data.frame (default is TRUE)

profile

The DataSHIELD profile name to which operation applies. See also dsadmin.profiles.

Value

The DataSHIELD package descriptions as a data.frame or a list

Examples

if (FALSE) {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
dsadmin.package_descriptions(o)
opal.logout(o)
}