getFileExt | R Documentation |
Determines extension from alpha numeric file name.
getFileExt(x)
x |
path to file. |
the file extension in lower case if found. Otherwise, "".
derived from file_ext() in tools, R Core Team, Kurt Hornik and Friedrich Leisch.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.