library(testthat)
library(whatr)
test_that("categories return from game ID", {
rand_wait()
d <- whatr_data(game = 6185)
expect_type(d, "list")
expect_length(d, 5)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.