View source: R/09-opal_functions.R
opal_project_create | R Documentation |
Creates an empty project in an Opal environment. This is a wrapper function
for opalr::opal.project_create()
.
opal_project_create(opal, project, tag = NULL)
opal |
Opal login attributes. |
project |
A character string to name the project in Opal. |
tag |
A character string to provide a tag for the Opal project. |
Opal is the OBiBa application for data management, and Opal environments can
be integrated with RStudio environments using the package opalr
.
The user must have adequate credentials to interact with a specific Opal
environment. Some function errors produced may be associated with the
handler or Opal read/write permissions.
A project in an Opal environment. If the project already exists, it will remain as it is, and no new project is created. The user must have adequate credentials to interact with their Opal environment.
Please see Opal documentation for complete documentation.
## Not run:
library(opalr)
opal <-
opal.login('administrator','password',
url ='https://opal-demo.obiba.org/')
tempdir <- basename(tempdir())
try(opal_project_create(opal, tempdir))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.