clear_cache {pkgdown.offline}R Documentation

Clear pkgdown cache if any

Description

Removes all files from the pkgdown cache directory if it exists. This is useful when troubleshooting or when you want to force a fresh caching of pkgdown external dependencies.

Usage

clear_cache()

Value

Invisible NULL, called for side effect of clearing the cache.

Examples

## Not run: 
pkgdown.offline::clear_cache()

## End(Not run)

[Package pkgdown.offline version 0.1.1 Index]