pkg_file | R Documentation |
Returns the path to a file within the FastRet package.
pkg_file(path, mustWork = FALSE)
path |
The path to the file within the package. |
mustWork |
If TRUE, an error is thrown if the file does not exist. |
The path to the file.
path <- pkg_file("extdata/RP.xlsx")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.