context('get_sensor')
test_that('Get data', {
studyid <- 2911040 #Galapagos Albatrosses, I have accepted license on website
dat <- getSensor(studyid)
expect_equal(class(dat),'data.frame')
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.