powered by
Get full path from a file.
read_from_dir(file, path = NULL)
read_from_dir returns an object of class character with the normalizaed path for a file.
read_from_dir
The file name.
The file location.
Cesar Gamboa-Sanabria
# \donttest{ if (FALSE) { file.create("test_file.txt") read_from_dir("test_file.txt") } # }
Run the code above in your browser using DataLab