Delete specific files from the cache
Examples
if (FALSE) { # interactive()
# Remove specific books from cache
gutenberg_cache_remove_ids(c(1, 2))
# Remove silently
gutenberg_cache_remove_ids(1, verbose = FALSE)
}
Delete specific files from the cache
if (FALSE) { # interactive()
# Remove specific books from cache
gutenberg_cache_remove_ids(c(1, 2))
# Remove silently
gutenberg_cache_remove_ids(1, verbose = FALSE)
}