Description Usage Arguments Details Value Examples
Simply a wrapper around basename that allows
removing the extension part from file names.
1 |
path |
Path name. |
ext |
Extension to be excluded. If |
The R function basename^is very useful when writing scripts but often
it is necessary to change the extension. The UNIX utililty basename allows for a
second argument the provides a termination suffix that can be excluded.
Basename of the path.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.