Skip to content

This function clears the cache associated with the Flair Python library. The cache directory is typically located at "~/.flair".

Usage

clear_flair_cache(...)

Arguments

...

The argument passed to next.

Value

Returns NULL invisibly. Messages are printed indicating whether the cache was found and cleared.

Examples

if (FALSE) { # \dontrun{
clear_flair_cache()
} # }