library(testthat)
context("Data retrieval from web")
dset="econ_tracker_unemp_county_data"
if(grepl("^google|^apple",dset)) {
test_data_accessor(dset,nrows=100000)
} else {
test_data_accessor(dset)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.