Nothing
test_that("as.vp() returns valid data", {
df <- as.data.frame(example_vp, suntime=FALSE)
expect_s3_class(as.vp(df), "vp")
df <- as.data.frame(example_vpts, suntime=FALSE)
expect_error(as.vp(df),"not a single vertical profile")
})
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.