test_that("Conversion works", {
test <- dog_date_from_text(tibble(time = paste(Sys.time())), time)
result <- typeof(test$time)
expect_equal(result, "double")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.