test_that("`drain_dem()` works", {
library(magrittr)
library(demdrainer)
dem <- FedData::get_ned(demdrainer::mcphee, label = "McPhee")
drained_dem <- drain_dem(dem, label = "McPhee")
expect_true(!identical(dem, drained_dem))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.