Nothing
test_that("get_vpts_coverage_aloft() returns a tibble", {
skip_if_offline()
expect_s3_class(
get_vpts_coverage_aloft(),
"tbl_df"
)
})
test_that("get_vpts_coverage_aloft() returns the expected columns", {
skip_if_offline()
expect_named(
get_vpts_coverage_aloft(),
c("directory", "file_count", "source", "radar", "date")
)
})
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.