Description Usage Arguments Details Value Author(s) Examples
Retreives the first 4 character strings separated by '_' from from a file path to a .RData object.
1 | get.file.basename(filename)
|
filename |
a file name or full file path. filename must have file extension '.RData'. |
filename must have file extension '.RData'.
Returns the first 4 character strings separated by '_' from from a file path to a .RData object.
Diana Hall
1 2 | data("S") # load data
get.file.basename(S$file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.