# NOT RUN {
getPaths() ## returns the current default working paths
setPaths(cachePath = tempdir()) ## sets custom cachePath with other paths default
setPaths(inputPath = tempdir()) ## sets custom inputPath with other paths default
setPaths(modulePath = tempdir()) ## sets custom modulePath with other paths default
setPaths(outputPath = tempdir()) ## sets custom outputPath with other paths default
# NOTE: on loading and attaching SpaDES.core,
# an active binding is made to "Paths"
getPaths()
Paths # same
setPaths(outputPath = tempdir())
Paths # shows change
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab