is_bm_list | R Documentation |
is_bm_list()
returns TRUE
for bm_list()
objects (or subclasses)
and FALSE
for all other objects.
is_bm_list(x)
x |
An object |
TRUE
or FALSE
bm_list()
font_file <- system.file("fonts/spleen/spleen-8x16.hex.gz", package = "bittermelon")
font <- read_hex(font_file)
is_bm_font(font)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.