Skip to contents

Switches the active project context on the DNAnexus platform. Only project IDs (e.g. "project-XXXXXXXXXXXX") are accepted. Run auth_list_projects() to find your project ID.

Usage

auth_select_project(project)

Arguments

project

(character) Project ID in the form "project-XXXXXXXXXXXX".

Value

Invisible TRUE on success.

Examples

if (FALSE) { # \dontrun{
auth_select_project("project-XXXXXXXXXXXX")
} # }