Skip to contents

Adjust paths from Shiny output

Usage

change_output_dir(run_core_output)

Arguments

run_core_output

Value

run_core_output

See also

Examples

if (interactive() == TRUE) {
a1 <- readRDS(file.path(system.file(package = "HSItools"),"extdata/HSItools_core.rds"))
change_output_dir(a1)
}