context("test-sinimr.R")
test_that("search_sinim_vars returns a valid output", {
srch <- search_sinim_vars("ingreso")
expect_is(srch, "data.frame")
expect_output(str(srch), "81 obs. of 6 variables")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.