Nothing
with_mock_dir("t/create", {
test_that("create works", {
new_map <- felt_create_map('r package test')
expect_equal(nrow(new_map), 1)
expect_s3_class(new_map, 'data.frame')
})
})
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.