Description Usage Arguments Examples
Extract file's base name without extension (last three characters preceded by '.').
1 |
file |
Vector of paths to files. |
1 2 3 4 | file_base_name(c("some/folder/path/end-file.rmd",
"some/folder/path/end-file.Rmd",
"some/folder/path/end-file.txt",
".end-file", "end-file."))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.