download_r5 | R Documentation |
R5.jar
Downloads R5.jar
and saves it locally, inside the package directory.
download_r5(
version = NULL,
quiet = FALSE,
force_update = FALSE,
temp_dir = FALSE
)
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 |
The path to the downloaded file.
Other setup:
setup_r5()
library(r5r)
download_r5(temp_dir = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.