Skip to contents

Verifies that the currently selected DNAnexus project is valid and accessible. This function compares the cached project ID with the current environment project.

Usage

dx_check_project()

Value

Invisible TRUE if project is valid, aborts on failure

Examples

if (FALSE) { # \dontrun{
# Check current project
# dx_check_project()
} # }