#' GetTotalTime
#'
#' @param x CanekDebug object.
#'
#' @export
#'
GetTotalTime <- function(x) {
x <- GetDebugData(x)
x[["Total_Correction_Time"]]
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.