DLMDataDir: Directory of the installed package on your computer

Description Usage Arguments Author(s) Examples

View source: R/Misc_Exported.R

Description

A way of locating where the package was installed so you can find example data files and code etc.

Usage

1
DLMDataDir(stock=NA)

Arguments

stock

Character string representing the name of a .csv file e.g. 'Snapper', 'Rockfish'

Author(s)

T. Carruthers

Examples

1
2
3
4
5
## Not run: 
tilefish_location <- DLMDataDir("Gulf_blue_tilefish")
tilefish_Data <- new("Data", tilefish_location)

## End(Not run)

DLMtool/DLMtool documentation built on June 20, 2021, 5:20 p.m.