Nothing
test_that("printing a plume object is identical to cat()", {
aut <- Plume$new(data.frame(given_name = "X", family_name = "Y"))
expect_output(print(aut$get_author_list()), "X Y")
})
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.