context("test f_goto_5am")
test_that("Test f_goto_5am",
{
expect_equal(as.character(f_goto_5am('2019-01-01 01:00:00', 8)), '2019-01-01 13:00:00')
expect_error(f_goto_5am(1))
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.