get_opt_data_filepath | R Documentation |
Access a single file from the package cache by its file name.
get_opt_data_filepath(filename, mustWork = TRUE)
filename |
string. The filename of the file in the package cache. |
mustWork |
logical. Whether an error should be created if the file does not exist. If mustWork=FALSE and the file does not exist, the empty string is returned. |
string. The full path to the file in the package cache or the empty string if there is no such file available. Use this in your application code to open the file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.