Nothing
test_that("loading recipe file", {
filename <- ATE.sampleFiles("rcp$")[1]
df <- ATE.readRecipe(filename)
expect_equal(nrow(df),2)
expect_equal(df$pre_vacuum_pressure[1],1e-6)
})
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.