powered by
Create initial directories and R scripts for a new TAF analysis.
taf.skeleton(name = "analysis", path = ".", force = FALSE)
main directory name for the analysis.
path to create the analysis directory in.
whether to overwrite existing scripts.
Full path to analysis directory.
Use name = "." to create initial directories and scripts inside the current working directory.
name = "."
package.skeleton creates an empty template for a new R package.
package.skeleton
icesTAF-package gives an overview of the package.
icesTAF-package
# NOT RUN { taf.skeleton() # } # NOT RUN { # }
Run the code above in your browser using DataLab