Create results directory path
Arguments
- data_name
String. Will be used for the name of the created output folder.
- results_dir
A string with the path to the directory where results are to be stored or can be found. For example, if the data in question is (to be) stored in
folder_with_res/$data_name, thenresults_dirshould be"folder_with_res". Defaults toNULL, which indicates the default directories are to be used. Default directories are: *$HOME/results/$data_nameif on the cluster *getwd()/results/$data_nameif called from another environment Ifis.na(results_dir), then the object is returned to the R session and not saved to file.