Description Usage Arguments Details Value Examples
Replace file extension by specified ending
1 | replace_extension(filename, new_ext = "_converted.csv")
|
filename |
name of file with extension |
new_ext |
string, new ending of full file name |
Replace file extension by specified ending Old extension is removed and "_converted.csv" is added
new file name
1 | replace_extension("../test/demo.xlsx")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.