file.name | R Documentation |
Extract file name
file.name(..., extension = TRUE)
... |
one or more file path |
extension |
whether include extension, default is TRUE |
file names
file.name('f:/dir/1.txt')
file.name('f:/dir/1.txt', 'f:/dir/1.txt')
file.name('f:/dir/1.txt', 'f:/dir/1.txt', 'f:/dir/')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.