# \donttest{
# list files in cache
hockeystick_cache_list()
# List info for single files
hockeystick_cache_details(files = hockeystick_cache_list()[1])
hockeystick_cache_details(files = hockeystick_cache_list()[2])
# List info for all files
hockeystick_cache_details()
# Delete cached files by name
hockeystick_cache_delete(files = hockeystick_cache_list()[1])
# Update all hockeystick data and place in cache
hockeystick_update_all()
# Delete all cached data
hockeystick_cache_delete_all()
# }
Run the code above in your browser using DataLab