file_addext | R Documentation |
Make filenames with the supplied extensions. If the extensions are already in the filenames, return the filenames
file_addext(filename, ext)
filename |
name for the files with or without the extension |
ext |
extensions to use. May or may not include a dot (.) |
The filename(s) with the supplied extension(s)
library(gfutilities)
file_addext("hello_world_data", ".rds")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.