Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/parent_base_ext.R
Break a full file name to parent directory, name, and extension
1 | parent_base_ext(filePath)
|
filePath |
Full name of the file |
Option to get the file base name without extensions (e.g. .txt)
A list of file name details
Al J Abadi, aljalabadi@gmail.com
Other file:
check_files_exist()
,
dirTree()
,
file_backup()
,
move_symlink()
,
saveRDS2()
,
suffixer()
1 | ## Not run: parent_base_ext("directory/file.extension")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.