Learn R Programming

cardargus (version 0.2.0)

cardargus_font_cache_dir: Get font cache directory

Description

Returns the directory where cardargus caches downloaded font files. Fonts in this directory are automatically embedded in SVG/PNG exports.

Usage

font_cache_dir()

Arguments

Value

A character path to the cache directory.

Examples

Run this code
font_cache_dir()
# List cached fonts
list.files(font_cache_dir())

Run the code above in your browser using DataLab