set.seed(100) start <- 10 record <- runif(20, 5, 15)
diff <- timeDifference(t0 = start, times = record) diff
tibble::tibble(start, record, timeDifference = diff) ## timeDifference() returns the substration of times and one time point.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.