labguru_add_project | R Documentation |
Add a new project to labguru
labguru_add_project( title, description = NULL, return = "id", server = Sys.getenv("LABGURU_SERVER"), token = Sys.getenv("LABGURU_TOKEN") )
title |
character(1) The title of the project |
description |
character(1) The description of the project |
return |
character(1) whether the function returns either 'id' (default) or 'all' project information |
server |
character(1) indicating the server URL |
token |
character(1) access token for API authentication |
list with either project id only or all project information
## Not run: labguru_upload_project(title = "My new project", description = "This project is an analysis of ...") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.