Get DataSHIELD package description

dsadmin.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 DataSHIELD profile name to which operation applies. See also dsadmin.profiles.

Examples

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