Description Usage Arguments Details Value Examples
A command-line (console) tool to fetch the script for a particular session, remove some unnecessary code and place a copy in a file in the main working directory.
1 2 3 4 |
n |
integer: the session number |
scripts |
the sub-folder containint the scripts, .R files |
pdf |
the sub-folder containint the pdf files, .pdf |
here |
where the results should go, normally the working directory |
x |
An object of class "session" |
... |
extra arguments (currently ignored) |
It also places a copy of the display pdf file in the main working directory as well.
A character string vector which when printed yields the required pared-down script file.
1 2 3 4 | ## Not run:
session(1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.