#' Check if \code{x} is an tst object.
#'
#' @param x an object to be tested.
#' @return TRUE if x is an object of the class sfc and FALSE otherwise.
#'
#' @export
#'
#' @examples
#' data( models )
#' is.tst( sim )
is.tst <- function(x) inherits(x,"tst")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.