Description Usage Arguments Value Note Author(s) See Also Examples
View source: R/static.analysis.page.R
This directory is used by embed.APS.dataset
to decide
where to save the .svg and .json files.
1 | set.APS.outdir(outdir)
|
outdir |
New output directory |
Nothing important
It seems like it would be a good idea to follow this call with an on.exit(reset.APS.outdir())
.
But on.exit
within a knitr chunk it will just first at the end of the chunk. If you are using
knitr then you should just call setup.APS.knitr()
at the top of your document then each document
will have its output directory correctly set and you don't really have to worry. If you want to be
really anal you could call reset.APS.outdir()
at the bottom of your knitr document.
Brad Friedman
get.APS.outdir
, reset.APS.outdir
1 2 3 | set.APS.outdir("/some/path")
get.APS.outdir()
reset.APS.outdir()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.