Description Usage Arguments Examples
Creating font database only has to be done once or if installing a new font.
Requires the extrafont
package.
1 | font_initial_setup(db_import = FALSE, gs_path = "")
|
db_import |
create font database using extrafont |
gs_path |
set ghostscript path if not using R_GSCMD |
1 2 3 4 5 | # just load existing font database, or you can just call: library(extrafont)
font_initial_setup(FALSE)
# create database for the first time
font_initial_setup(TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.