context("data")
test_that("data",{
expect_identical(check_data(poistimesheets::timesheet), poistimesheets::timesheet)
expect_identical(poistimesheets::timesheet$Date[1], as.Date("2018-12-23"))
expect_identical(poistimesheets::timesheet$Hours[1], 0)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.