library(testthat)
library(MapAgora)
test_that("MoveOn example check", {
expect_equal(grepl("http", standardize_url("www.moveon.org")), TRUE)
})
test_that("Whether indexing works", {
expect_equal(class(get_aws_url(ein = "311810938", year = 2019))[2], "character")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.