test_that(
"Tax is positive and higher than zero",
{
data(monthly_precip)
expect_true( calc_water_tax(monthly_precip, 100, "SANTA BARBARA", "OCT", 2012) > 0 )
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.