opal.projects_databases | R Documentation |
When creating a project for storing data, it is required to name the database to be associated.
opal.projects_databases(opal)
opal |
Opal object. |
A character vector of databases names.
Other project functions:
opal.project()
,
opal.project_create()
,
opal.project_delete()
,
opal.project_exists()
,
opal.projects()
## Not run:
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.projects_databases(o)
opal.logout(o)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.