powered by
This function checks if a font is installed in your machine.
font_exists(font = "Arial Narrow", quiet = FALSE)
Character. Which font to check
Boolean. Keep quiet? If not, show message
Boolean result of the existing fonts check.
# NOT RUN { font_exists(font = "Arial") font_exists(font = "XOXO") font_exists(font = "") # }
Run the code above in your browser using DataLab