Skip to contents

Returns the package directory where Font Awesome fonts are/should be cached.

Usage

get_font_cache_dir()

Value

(character(1)) Absolute path to the Font Awesome fonts cache directory.

Examples

if (FALSE) { # \dontrun{
# Get font cache directory
cache_dir <- get_font_cache_dir()
print(cache_dir)
} # }