Nothing
test_that("Get Telraam Segments (as defined by default)", {
suppressWarnings(create_config(overwrite = TRUE))
expect_type(get_segments(),'list')
expect_equal(names(get_segments()),c('segment-01','segment-02'))
expect_type(get_segments()$'segment-01','character')
})
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.