Nothing
context('testing download_oni')
test_that('the first and last rows of ONI_month_window are NA',{
skip_on_cran()
oni <- download_oni()
expect_true(is.na(oni$ONI_month_window[1]))
expect_true(is.na(oni$ONI_month_window[nrow(oni)]))
})
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.