View source: R/Misc_Exported.R
DataDir | R Documentation |
A way of locating where the package was installed so you can find example data files and code etc.
DataDir(stock = NA)
stock |
Character string representing the name of a .csv file e.g. 'Snapper', 'Rockfish' |
The file path to the object
T. Carruthers
## Not run:
tilefish_location <- DataDir("Gulf_blue_tilefish")
tilefish_Data <- new("Data", tilefish_location)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.