
Last chance! 50% off unlimited learning
Sale ends in
Declare DataSHIELD aggregate/assign methods and options as defined by the package.
dsadmin.publish_package(opal, pkg, profile = NULL)
Opal object or list of opal objects.
Package name.
The DataSHIELD profile name to which operation applies. See also dsadmin.profiles.
TRUE if successfull
Other DataSHIELD functions:
dsadmin.get_methods()
,
dsadmin.get_method()
,
dsadmin.get_options()
,
dsadmin.install_github_package()
,
dsadmin.install_local_package()
,
dsadmin.install_package()
,
dsadmin.installed_package()
,
dsadmin.package_descriptions()
,
dsadmin.package_description()
,
dsadmin.remove_package()
,
dsadmin.rm_methods()
,
dsadmin.rm_method()
,
dsadmin.rm_options()
,
dsadmin.rm_option()
,
dsadmin.rm_package_methods()
,
dsadmin.set_method()
,
dsadmin.set_option()
,
dsadmin.set_package_methods()
,
dsadmin.unpublish_package()
# NOT RUN {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
dsadmin.publish_package(o, 'dsBase')
opal.logout(o)
# }
Run the code above in your browser using DataLab