armadillo.create_project {MolgenisArmadillo}R Documentation

Create a project for a variable collection

Description

Create a project for a variable collection

Usage

armadillo.create_project(project_name, users = NULL)

Arguments

project_name

The name of the project to create. The project name

  • cannot be empty.

  • must be no more than 56 characters.

  • cannot end with a -.

  • must consist of lowercase letters and numbers.

users

A list collection of the users that should have access to the project

Examples

## Not run: 
armadillo.create_project("gecko")

## End(Not run)


[Package MolgenisArmadillo version 2.3.0 Index]