Nothing
test_that("test src_yaml print", {
out <- trimws(utils::capture.output(src_yaml(example_yaml())))
expect_equal(out, "Model yaml object")
})
test_that("test src_file print", {
out <- trimws(utils::capture.output(src_file(example_app_path())))
expect_equal(out, "Model file object")
})
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.