Read or write the directories to be used in the processing. Directories do not have to exist and will be created. Content will be overwritten without confirmation! If no parameter is given, the directories will be returned a a list.
opt_directories( general.parameter, raw, pre_processed, extracted, archive, tools )
general.parameter |
|
---|---|
raw |
|
pre_processed |
|
extracted |
|
archive |
|
tools | directory in which the tools are located |
list of directories. If values have set, the value before the change.
opt_directories()#> $general.parameter #> [1] "00.general.parameter" #> #> $raw #> [1] "0.raw.data" #> #> $pre_processed #> [1] "1.pre-processed.data" #> #> $extracted #> [1] "2.extracted.data" #> #> $archive #> [1] "3.archived.data" #> #> $backend #> [1] "9.backend" #> #> $tools #> [1] "tools" #>opt_directories(raw = "./temp")