#' @rdname gfcmSTAR-internal
#'
#' @export
## Convert time to POSIXct that is truncated to seconds and has no time zone
basic.time <- function(x)
{
x <- as.POSIXct(as.character(x))
attr(x, "tzone") <- NULL
x
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.