View source: R/utilityFunctions.R
splitFilePath | R Documentation |
This is a helper function to split path into path and filename. Code adapted from R.utils filePath command.
splitFilePath(abspath, normalize = FALSE)
abspath |
A character string of the file path |
A list with elements for the directory, filename, and absolute path.
# make me!!!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.