changeOutputDirectory.Rd
Change the output directory of a GRN object
changeOutputDirectory(GRN, outputDirectory = ".")
Object of class GRN
Character. Default .
. New output directory for all output files unless overwritten via the parameter outputFolder
.
An updated GRN
object, with the output directory being adjusted accordingly
GRN = loadExampleObject()
#> Downloading GRaNIE example object from https://git.embl.de/grp-zaugg/GRaNIE/-/raw/master/data/GRN.rds
#> Finished successfully. You may explore the example object. Start by typing the object name to the console to see a summaty. Happy GRaNIE'ing!
GRN = changeOutputDirectory(GRN, outputDirectory = ".")
#> INFO [2024-09-25 19:17:34] Output directory changed in the object to .