extract_lower_file_extension | R Documentation |
Extracts the file extensions from the provided file paths, normalizes them
to lowercase, and returns them as a character vector. The extension includes
the leading period (.
).
extract_lower_file_extension(files)
files |
A character vector of files to search (only for |
A character vector of lowercase file extensions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.