Description Usage Arguments Value Author(s) Examples
RWebServices includes a number of scripts and files to be used to develop, test, and deploy services. This function unpacks a 'master' script and partly configured properties files to a convenient directory location.
1 | unpackAntScript(toDir = stop("specify destination directory for unpacking"), overwrite=FALSE)
|
toDir |
Destination (top-level) directory. Warnings are issued if files already exist. |
overwrite |
Overwrite output? |
This function is used for its side effect.
Martin Morgan <mtmorgan@fhcrc.org>
1 2 3 4 5 6 | ## Not run: unpackAntScript("/tmp/ants")
## Not run:
## From the command line
echo "library(RWebServices); unpackAntScript('~/tmp/ants')" | R --vanilla
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.