opal.project_delete | R Documentation |
Delete a project and every data what could have been associated to it.
opal.project_delete(opal, project, archive = FALSE, silent = TRUE)
opal |
Opal object. |
project |
Name of the project |
archive |
Logical that is TRUE if the complete removal of the project is requested. |
silent |
Warn if project does not exist, default is TRUE. |
Other project functions:
opal.project()
,
opal.project_create()
,
opal.project_exists()
,
opal.projects()
,
opal.projects_databases()
## Not run:
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.project_delete(o, 'test')
opal.logout(o)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.