Rdocumentation
powered by
Learn R Programming
lintr (version 0.2.0)
clear_cache: Clear the lintr cache
Description
Clear the lintr cache
Usage
clear_cache(file, path = getOption("lintr.cache_directory"))
Arguments
file
filename whose cache to clear. If you pass
NULL
it will delete all of the caches.
path
directory to store caches. Reads option 'lintr.cache_directory' as the default.