Skip to content

This function lists the contents of the flair cache directory and returns them as a data frame.

Usage

show_flair_cache()

Value

A data frame containing the file paths of the contents in the flair cache directory. If the directory does not exist or is empty, NULL is returned.

Examples

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