labguru_add_project: Labguru add project

View source: R/project.R

labguru_add_projectR Documentation

Labguru add project

Description

Add a new project to labguru

Usage

labguru_add_project(
  title,
  description = NULL,
  return = "id",
  server = Sys.getenv("LABGURU_SERVER"),
  token = Sys.getenv("LABGURU_TOKEN")
)

Arguments

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

Value

list with either project id only or all project information

Examples

## Not run: 
labguru_upload_project(title       = "My new project",
                       description = "This project is an analysis of ...")

## End(Not run)

BioData/LabguruR documentation built on May 11, 2022, 11:46 p.m.