Nothing
test_that("get NFL game schedule times", {
e <- pro_events()
expect_s3_class(e, "data.frame")
expect_type(e$competitors, "list")
expect_length(e, 13)
})
test_that("get NFL game scores", {
s <- pro_scores()
expect_s3_class(s, "data.frame")
expect_type(s$lineup, "list")
expect_length(s, 9)
})
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.