r5r_cache {r5r} | R Documentation |
Manage cached files from the r5r package
Description
Manage cached files from the r5r package
Usage
r5r_cache(list_files = TRUE, delete_file = NULL)
Arguments
list_files |
Logical. Whether to print a message with the address of r5r
JAR files cached locally. Defaults to |
delete_file |
String. The file name (basename) of a JAR file cached
locally that should be deleted. Defaults to |
Value
A message indicating which file exist and/or which ones have been deleted from local cache directory.
Examples
# download r5 JAR
r5r::download_r5()
# list all files cached
r5r_cache(list_files = TRUE)
# delete r5 JAR
r5r_cache(delete_file = 'r5-v7.0')
[Package r5r version 2.0 Index]