taf.example | R Documentation |
Copy example analysis from TAF package.
taf.example(name, path = ".", force = FALSE)
name |
of TAF example analysis. |
path |
where to create example directory. The default is the current working directory. |
force |
whether to overwrite existing directory. |
Currently, the package comes with one example: "linreg"
.
Full path to directory that was created.
The example analysis is copied from the TAF package directory:
dir(system.file("examples", package="TAF"), full=TRUE)
taf.skeleton
creates an empty TAF template.
linreg
describes the linreg
example.
TAF-package
gives an overview of the package.
## Not run:
taf.example("linreg")
setwd("linreg")
taf.boot()
source.all()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.