extract_file_extension | R Documentation |
Extracts the extension of a file name
extract_file_extension(file.name)
file.name |
Character string of a file name. Must only include one ".", which is used as the seprator. |
Extracts the file exension from a character string using //. as the separator.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.