Skip to contents

Sets the working directory within the DNAnexus project.

Usage

dx_set_path(dx_path = NULL, ...)

Arguments

dx_path

Character string specifying the DNAnexus project path.

...

parameters to pass to `dx_run_cmd`

Value

Invisible TRUE if successful, aborts on failure

Examples

if (FALSE) { # \dontrun{
# Set path
# dx_set_path("/data/subfolder")
} # }