dsadmin.set_package_methods {opalr} | R Documentation |
Set DataSHIELD package methods
Description
Declare DataSHIELD aggregate and assign methods as defined by the package.
Usage
dsadmin.set_package_methods(opal, pkg, type = NULL, profile = NULL)
Arguments
opal |
Opal object or list of opal objects. |
pkg |
Package name. |
type |
Type of the method: "aggregate" or "assign". Default is NULL (=all type of methods). |
profile |
The DataSHIELD profile name to which operation applies. See also dsadmin.profiles. |
Value
TRUE if successfull
See Also
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.publish_package()
,
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.unpublish_package()
Examples
## Not run:
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
dsadmin.set_package_methods(o, 'dsBase')
opal.logout(o)
## End(Not run)