# +
# source('R/betweendaychanges.r')
#
# source('R/daycovidchanges.r')
#
# source('R/timeseriesplot.r')
#
# source('R/currentdatabar.r')
#
# source('R/daily_count.r')
context("current_data_barchart")
library(testthat)
test_that(
"current_data_barchart",
{
expect_true(!is.null(current_data_barchart('both', 'Canada', 'Alberta','Manitoba')))
})
# -
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.