Description Usage Arguments Value Examples
"Split Full Paths into Directory Path and Filename"
1 | split_into_dir_and_file(paths)
|
paths |
vector of character representing full file paths |
data frame with columns directory
and file
1 | split_into_dir_and_file(c("path/to/file-1", "path/to/file-2"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.