powered by
Copy example analysis from TAF package.
taf.example(name, path = ".", force = FALSE)
Full path to directory that was created.
of TAF example analysis.
where to create example directory. The default is the current working directory.
whether to overwrite existing directory.
Currently, the package comes with one example: "linreg".
"linreg"
taf.skeleton creates an empty TAF template.
taf.skeleton
linreg describes the linreg example.
linreg
TAF-package gives an overview of the package.
TAF-package
if (FALSE) { taf.example("linreg") setwd("linreg") taf.boot() source.all() }
Run the code above in your browser using DataLab