Nothing
test_that("create a new column with time data", {
expect_equal(
sample.data.environment %>%
add_Time_col() %>% length(), 4)
expect_equal(
sample.data.environment %>%
add_Time_col(Time = Test) %>% names() %>% .[4], "Test")
expect_equal(
sample.data.environment %>%
add_Time_col() %>%
dplyr::pull(Time) %>%
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.