r5r_cache | R Documentation |
Manage cached files from the r5r package
r5r_cache(list_files = TRUE, delete_file = NULL)
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 |
A message indicating which file exist and/or which ones have been deleted from local cache directory.
# 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')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.