RWebServices (version 1.36.0)

unpackAntScript: Unpack script for building, testing, and installing packages.

Description

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.

Usage

unpackAntScript(toDir = stop("specify destination directory for unpacking"), overwrite=FALSE)

Arguments

toDir
Destination (top-level) directory. Warnings are issued if files already exist.
overwrite
Overwrite output?

Value

This function is used for its side effect.

Examples

Run this code
## Not run: unpackAntScript("/tmp/ants")
## Not run: 
# ## From the command line
# echo "library(RWebServices); unpackAntScript('~/tmp/ants')" | R --vanilla
# ## End(Not run)

Run the code above in your browser using DataLab