Description Usage Arguments Value Examples
Paste provided path to directory and file name provided using '/' as separator.
1 | utils_IO_path(directory_path, ..., extension)
|
directory_path |
Path to directory where |
... |
File name components provided as character strings to be passed
down to |
extension |
File extension as character string |
Path to destination file as a character string.
1 2 3 4 | ## Not run:
utils_IO_path("home/projects", "glasgow-entrepreneurs", "csv")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.