Nothing
library(skynet)
context("Test Download Ontime")
test_that("Download Ontime", {
skip_on_cran()
download_ontime(2011, 1)
expect_output(str(nrow(ontime_2011_1)), "494400")
expect_length(ontime_2011_1, 26)
})
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.