View source: R/check_for_file_extension.R
check_for_file_extension | R Documentation |
check_for_file_extension: a function to make our package 'smart' enough to handle .rds file extensions
check_for_file_extension(path)
path |
A string specifying a file path that ends in a file name, e.g. "~/dir/my_file.rds" |
a string with a filepath without an extension, e.g. "~/dir/my_file"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.