xgx_dirs2char {xgxr} | R Documentation |
Append filenames to bottom of the plot
Description
xgx_dirs2char
returns a character variable based on the dirs list.
The caption gives the filename
Usage
xgx_dirs2char(dirs, include_time = TRUE)
Arguments
dirs |
list containing directories and filenames. It must contain five fields
|
include_time |
is logical with default TRUE. If TRUE, it includes date / time in the output character |
Value
character
Examples
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)
[Package xgxr version 1.1.2 Index]