This function clears the cache associated with the Flair Python library.
The cache directory is typically located at "~/.flair".
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()
} # }