Skip to contents

Verifies that the DNAnexus environment is properly authenticated. This function checks if a valid authentication token is available.

Usage

dx_check_auth(...)

Arguments

...

parameters to pass to `dx_run_cmd`

Value

Invisible TRUE if authenticated, aborts if not

Examples

if (FALSE) { # \dontrun{
# Check authentication status
# dx_check_auth()
} # }