removeSuffix | R Documentation |
Gets the suffix of a file name or the file name without the suffix.
removeSuffix(filename)
getSuffix(filename)
filename |
a filename to extract the suffix from. |
Returns a character with either the suffix of the file name or the file name without suffix.
removeSuffix()
: Gets and removes the suffix of a file name.
Rehrauer, Hubert
Schmid, Peter
getSuffix("example.file")
removeSuffix("example.file")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.