Get package description

oadmin.package_description(opal, pkg, fields = NULL, profile = NULL)

Arguments

opal

Opal object or list of opal objects.

pkg

Package name.

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.

profile

The R servers profile name to which operation applies. See also opal.profiles.

Examples

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