Description Usage Arguments Value Examples
Find the extension for a file
1 | get_extension(filename)
|
filename |
A string representing the name of a file in its local directory |
The the file extension of filename
1 2 3 4 5 6 7 8 9 | ## Not run:
# example file name
my_filename <- "my_file.txt"
# find and print the extension
my_extension <- getExtension(my_filename)
print(my_extension)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.