context("search by all rc_all fetch all countries information without any filter")
test_that("standard rc_all()",{
fetch_all <- rc_all()
expect_equal(nrow(fetch_all), 250)
} )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.