Skip to contents

Declare DataSHIELD aggregate/assign methods and options as defined by the package.

Usage

dsadmin.publish_package(opal, pkg, profile = NULL)

Arguments

opal

Opal object or list of opal objects.

pkg

Package name.

profile

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

Value

TRUE if successfull

Examples

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