Nothing
context("Font listing")
test_that("System fonts can be listed", {
fonts <- system_fonts()
expect_is(fonts, 'data.frame')
expect_gt(nrow(fonts), 0)
expect_named(
fonts,
c(
"path",
"index",
"name",
"family",
"style",
"weight",
"width",
"italic",
"monospace"
)
)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.