Collection of functions to handle and maniputate filenames.
install_github("KeesVanImmerzeel/fnamer")
Then load the package with:
library("fnamer")
get_filename_extension()
: Get filename extension (with leading dot).change_filename_extension()
: Change filename extension.bare_filename()
: Return the bare filename (no path, no extension).To get help on the functions in this package type a question mark before the function name, like ?get_filename_extension()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.