cache_path | R Documentation |
Manipulate cached data on the file systems
cache_root(check = FALSE)
clear_cached_files(subject_code, quiet = FALSE)
check |
whether to ensure the cache root path |
subject_code |
subject code to remove; default is missing. If
|
quiet |
whether to suppress the message |
'RAVE' intensively uses cache files. If running on personal
computers, the disk space might be filled up very quickly. These cache
files are safe to remove if there is no 'RAVE' instance running.
Function clear_cached_files
is designed to remove these cache files.
To run this function, please make sure that all 'RAVE' instances
are shutdown.
cache_root
returns the root path that stores the 'RAVE'
cache data; clear_cached_files
returns nothing
cache_root()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.