Nothing
test_that("summary function works", {
s <- summarize_temp(data = idaho, dates = date, temperature = temp_c)
expect_s3_class(s, "data.frame")
expect_identical(class(s$date), "Date")
expect_equal(nrow(s), 1826)
})
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.