Initiation of output directories creation.

initiate_directory(output_path, new_directory = TRUE, level = "all")

Arguments

output_path

Object of class character expected. Output path directory.

new_directory

Object of class logical expected. Initiate a new output directory of use an existing one. By default TRUE.

level

Object of class character expected. Initiation of a full output directory ("all") or specific to a level (choose between "level1", "level2", "until_level2 or "level3").

Value

A list with output directory path, at least, and log path if requested.