View source: R/createFunctionExtdataFile.R
createFunctionExtdataFile | R Documentation |
Create Function to Compose Path in Package
createFunctionExtdataFile(package)
package |
name of package for which to create a shortcut to
|
This function returns a function that internally calls
system.file("extdata", ..., package = package)
extdataFile <- createFunctionExtdataFile("kwb.utils")
dir(extdataFile())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.