download_r5 {r5r} | R Documentation |
Download R5.jar
Description
Downloads R5.jar
and saves it locally, inside the package directory.
Usage
download_r5(
version = NULL,
quiet = FALSE,
force_update = FALSE,
temp_dir = FALSE
)
Arguments
version |
A string. The version of R5 to be downloaded. When |
quiet |
A logical. Whether to show informative messages when downloading
the file. Defaults to |
force_update |
A logical. Whether to overwrite a previously downloaded
|
temp_dir |
A logical. Whether the file should be saved in a temporary
directory. Defaults to |
Value
The path to the downloaded file.
See Also
Other setup:
setup_r5()
Examples
library(r5r)
download_r5(temp_dir = TRUE)
[Package r5r version 2.0 Index]