download_cruncher {rjwsacruncher} | R Documentation |
Dowload the 'JWSACruncher'
Description
Function to download the ZIP file of the 'JWSACruncher'
Usage
download_cruncher(
directory,
cruncher_version,
v3 = getOption("is_cruncher_v3")
)
Arguments
directory |
Directory where to save the 'JWSACruncher'. In Windows, a dialog box opens by default to select the directory. |
cruncher_version |
Character of the version of the 'JWSACruncher' to download ("X.Y.Z" format). By default the last version is downloaded. |
v3 |
Boolean indicating, when parameter |
Details
The 'JWSACruncher' is downloaded from https://github.com/jdemetra/jwsacruncher/releases for versions lower than 3.0.0 and from https://github.com/jdemetra/jdplus-main/releases for the other versions. To use it, it has to be unzip.
See Also
Examples
## Not run:
# On Windows opens a dialog box to choose the directory where to
# download the last version of the 'JWSACruncher'
download_cruncher()
dir <- tempdir()
# To download the last release:
download_cruncher(dir)
# To download the release of the version 2.2.2:
download_cruncher(dir, "2.2.2")
## End(Not run)
[Package rjwsacruncher version 0.2.0 Index]