Authenticates with DNAnexus using a provided token.
Usage
dx_auth(dx_token = NULL, ...)
Arguments
- dx_token
Character string specifying the DNAnexus authentication token.
- ...
parameters to pass to `dx_run_cmd`
Value
Invisible TRUE if successful, FALSE otherwise
Examples
if (FALSE) { # \dontrun{
# Authenticate with token
# dx_auth("your-auth-token")
} # }