Nothing
test_that("create a new column with time data", {
expect_equal(
sample.data.environment %>%
create_Timedata() %>% length(), 4)
expect_equal(
sample.data.environment %>%
create_Timedata(Time.data = Test) %>% names() %>% .[4], "Test")
expect_equal(
sample.data.environment %>%
create_Timedata() %>%
dplyr::pull(Time.data) %>%
hms::is_hms() , TRUE)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.