taf.skeleton {TAF} | R Documentation |
TAF Skeleton
Description
Create initial directories and R scripts for a new TAF analysis.
Usage
taf.skeleton(path = ".", force = FALSE, pkgs = "TAF",
model.script = "model.R")
Arguments
path |
where to create initial directories and R scripts. The default is the current working directory. |
force |
whether to overwrite existing scripts. |
pkgs |
packages to load at the start of each script. The default is the
TAF package, i.e. |
model.script |
model script filename, either |
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()
## End(Not run)
[Package TAF version 4.2.0 Index]