View source: R/strings_utils.R
splitf | R Documentation |
Helper that will split file name into chunks
splitf(file = NULL)
file |
path to file |
a named vector with chunks of 'file'
dir: full path directory of 'file'
parent: first parent directory of 'file'
ext: 'file' extension without leading dot
short: 'file' with no extension nor dir
input: 'file' path as it was provided.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.