xgx_dirs2char
returns a character variable based on the dirs list.
The caption gives the filename
xgx_dirs2char(dirs, include_time = TRUE)
list containing directories and filenames. It must contain five fields
parent_dir = Parent directory containing the Rscript and the Results folder
rscript_dir = Subdirectory ofparent_dir that contains the Rscript used to generate the figure
rscript_name= Name of the Rscript used to generate the figure
results_dir = Subdirectory ofparent_dir where the figure is stored
filename = Filename
is logical with default TRUE. If TRUE, it includes date / time in the output character
character
dirs <- list(parent_dir = "/your/parent/path/",
rscript_dir = "./Rscripts/",
rscript_name = "Example.R",
results_dir = "./Results/",
filename = "your_file_name.png")
caption <- xgx_dirs2char(dirs)