Nothing
test_that("join_weather is available", {
expect_true(exists("join_weather"))
expect_true(is.function(join_weather))
})
test_that("cache dir helper returns a path", {
p <- .cache_dir(cache_scope = "project", pkg = "weatherjoin")
expect_true(is.character(p))
expect_true(nchar(p) > 0)
})
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.