Nothing
test_that(
"Test difftime objects"
, {
t0 <- as.difftime(tim = 60, units = "secs")
variable_label(t0) <- "Computation time"
captured <- capture_output(print(t0))
expect_identical(
captured
, "Variable label : Computation time\nUnit of measurement: secs\nTime difference of 60 secs"
)
}
)
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.