context("test-geomtimelinelabel")
test_that("Checking the GeomTimelineLabel", {
# Checking the class of GeomTimeline.
expect_is(GeomTimelineLabel, "Geom")
expect_is(GeomTimelineLabel, "ggproto")
expect_is(GeomTimelineLabel, "gg")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.