View source: R/gutenberg_cache.R
| gutenberg_cache_remove_ids | R Documentation |
Delete specific files from the cache
gutenberg_cache_remove_ids(ids, verbose = TRUE)
ids |
A numeric or character vector of Gutenberg IDs to remove from the current cache. |
verbose |
Whether to show the status messages. |
The number of files successfully deleted (invisibly).
# Remove specific books from cache
gutenberg_cache_remove_ids(c(1, 2))
# Remove silently
gutenberg_cache_remove_ids(1, verbose = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.