taf.skeleton.sa.org {icesTAF} | R Documentation |
TAF Skeleton
Description
Create initial directories and R scripts for a new TAF analysis using a stock assessment created on stockassessment.org.
Usage
taf.skeleton.sa.org(path = ".", stockname, force = FALSE)
Arguments
path |
where to create initial directories and R scripts. The default is the current working directory. |
stockname |
The short-form name of a stock on stockassessment.org. |
force |
whether to overwrite existing scripts. |
Value
Full path to analysis directory.
See Also
package.skeleton
creates an empty template for a new R package.
TAF-package
gives an overview of the package.
Examples
## Not run:
taf.skeleton.sa.org(stockname = "WBCod_2021_cand01")
## End(Not run)
[Package icesTAF version 4.2.0 Index]