Delete a project and every data what could have been associated to it.

opal.project_delete(opal, project, archive = FALSE, silent = TRUE)

Arguments

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.

Examples

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