pak_cleanup | R Documentation |
Clean up pak caches
pak_cleanup(
package_cache = TRUE,
metadata_cache = TRUE,
pak_lib = TRUE,
force = FALSE
)
package_cache |
Whether to clean up the cache of package files. |
metadata_cache |
Whether to clean up the cache of package meta data. |
pak_lib |
This argument is now deprecated and does nothing. |
force |
Do not ask for confirmation. Note that to use this function
in non-interactive mode, you have to specify |
Other pak housekeeping:
pak_sitrep()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.