powered by
Delete specific files from the cache
gutenberg_cache_remove_ids(ids, verbose = TRUE)
The number of files successfully deleted (invisibly).
A numeric or character vector of Gutenberg IDs to remove from the current cache.
Whether to show the status messages.
if (FALSE) { # interactive() # Remove specific books from cache gutenberg_cache_remove_ids(c(1, 2)) # Remove silently gutenberg_cache_remove_ids(1, verbose = FALSE) }
Run the code above in your browser using DataLab