context('Handling POSITIVE dates')
test_that('Is handle_positive_dates(y,m,d) working properly ?', {
expect_is(handle_positive_dates(2017, 07, 19), "Date")
expect_is(handle_positive_dates(0, 01, 1), "Date")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.