if (FALSE) { # interactive()
# Set to persistent (survives R sessions)
gutenberg_cache_set("persistent")
# Set back to session cache (temporary)
gutenberg_cache_set("session")
# Check current cache location
gutenberg_cache_dir()
}
Run the code above in your browser using DataLab