Nothing
context("Function metdat")
test_that("Test if metdat does its thing", {
x <- "this is one chunk of characters & this is another"
expect_equal(
metdat(x, 1:2, " & ", collapse = " and "),
"this is one chunk of characters and this is another"
)
})
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.