basename_sans_ext | R Documentation |
Combination of [base::basename()] and [tools::file_path_sans_ext()].
basename_sans_ext(path)
path |
a filepath |
basename without extension
beter:::basename_sans_ext("folder/file.extension") # returns "file"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.