View source: R/read_from_dir.R
read_from_dir | R Documentation |
Get full path from a file.
read_from_dir(file, path = NULL)
file |
The file name. |
path |
The file location. |
read_from_dir
returns an object of class character with the normalizaed path for a file.
Cesar Gamboa-Sanabria
## Not run:
file.create("test_file.txt")
read_from_dir("test_file.txt")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.