View source: R/replaceFileExtension.R
replaceFileExtension | R Documentation |
Replace the file name extension in a file name or file path
replaceFileExtension(file, extension)
file |
file name or full path to a file |
extension |
new file name extension (including the dot, e.g. ".txt") |
replaceFileExtension(file = "run.bat", ".txt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.