powered by
Create initial directories and R scripts for a new TAF analysis.
taf.skeleton(path = ".", force = FALSE, pkgs = "TAF", model.script = "model.R")
Full path to analysis directory.
where to create initial directories and R scripts. The default is the current working directory.
whether to overwrite existing scripts.
packages to load at the start of each script. The default is the TAF package, i.e. library(TAF).
library(TAF)
model script filename, either model.R (default) or method.R.
model.R
method.R
package.skeleton creates an empty template for a new R package.
package.skeleton
TAF-package gives an overview of the package.
TAF-package
if (FALSE) { taf.skeleton() }
Run the code above in your browser using DataLab