Nothing
test_that('clean_bafs works', {
out <- NULL
try({
out <- baf('WA') |>
clean_bafs('WA')
})
skip_if(is.null(out), message = 'data did not download.')
expect_true('VTD' %in% names(out))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.