Learn R Programming

opalr (version 3.4.1)

opal.project_delete: Delete a project

Description

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

Usage

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.

See Also

Other project functions: opal.project_create(), opal.project_exists(), opal.projects_databases(), opal.projects(), opal.project()

Examples

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

Run the code above in your browser using DataLab