download_r5: Download 'R5.jar'

View source: R/download_r5.R

download_r5R Documentation

Download R5.jar

Description

Downloads R5.jar and saves it locally, inside the package directory.

Usage

download_r5(
  version = "6.9.0",
  quiet = FALSE,
  force_update = FALSE,
  temp_dir = FALSE
)

Arguments

version

A string. The version of R5 to be downloaded. Defaults to the latest version.

quiet

A logical. Whether to show informative messages when downloading the file. Defaults to FALSE.

force_update

A logical. Whether to overwrite a previously downloaded R5.jar in the local directory. Defaults to FALSE.

temp_dir

A logical. Whether the file should be saved in a temporary directory. Defaults to FALSE.

Value

The path to the downloaded file.

See Also

Other setup: setup_r5()

Examples


library(r5r)

download_r5(version = "6.9.0", temp_dir = TRUE)


r5r documentation built on Aug. 8, 2023, 9:07 a.m.