taf.skeleton | R Documentation |
Create initial directories and R scripts for a new TAF analysis.
taf.skeleton(path = ".", force = FALSE, pkgs = "TAF",
model.script = "model.R", gitignore = TRUE)
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 |
gitignore |
whether to write TAF entries to a ‘.gitignore’ file. |
When gitignore = TRUE
, the following entries will be written to a
.gitignore
file, appending if the file exists already:
/boot/data /boot/library /boot/software /data /model /output /report *.Rproj .RData .Rhistory .Rproj.user .Ruserdata
Full path to analysis directory.
package.skeleton
creates an empty template for a new R package.
TAF-package
gives an overview of the package.
## Not run:
taf.skeleton()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.