powered by
Provides a detailed list of files currently stored in the directory returned by gutenberg_cache_dir().
gutenberg_cache_dir()
gutenberg_cache_list(verbose = TRUE)
A tibble::tibble() with the following columns:
tibble::tibble()
The title of the work.
The author(s) of the work.
The filename.
Size of the file in megabytes.
The last modification time.
The file's absolute path.
Whether to show the status message showing the cache directory path.
if (FALSE) { # interactive() # List all works in the currently set cache gutenberg_cache_list() # Suppress the directory path message gutenberg_cache_list(verbose = FALSE) }
Run the code above in your browser using DataLab