Closed bschilder closed 3 years ago
eg
messager("Saving file ==> ",pheno_to_genes_txt_file)
It's also a good idea to make sure the directory exists before trying to save there:
dir.create(dirname(pheno_to_genes_txt_file),
showWarnings = TRUE, recursive = TRUE)
I always find it helpful to print a message to the user exactly where a file is being saved (and what it's named) whenever applicable.