Nothing
test_that("getData() actually retrieves all data", {
df <- getData()
expect_match(levels(df$source)[1],"14CSea")
expect_match(levels(df$source)[2],"CIMA")
expect_match(levels(df$source)[3],"IntChron")
expect_match(levels(df$source)[4],"LiVES")
expect_type(getData(db="IntChron",category = "Location", field = "latitude")[[1]], "double")
expect_warning(getData(db="IntChron",category = "Location", field = "measure"),NULL)
})
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.