Selects a DNAnexus project to work with.
Usage
dx_set_project(dx_project_id = NULL, ...)
Arguments
- dx_project_id
Character string specifying the DNAnexus project ID.
- ...
parameters to pass to `dx_run_cmd`
Value
Invisible TRUE if successful, aborts on failure
Examples
if (FALSE) { # \dontrun{
# Set project
# dx_set_project("project-xxxxx")
} # }