Nothing
#' Check if an object is of class 'funts'
#'
#' @param obj The object to check.
#' @return TRUE if the object is of class 'funts', FALSE otherwise.
#'
#' @examples
#' data("Callcenter")
#' is.funts(Callcenter)
#' @export
is.funts <- function(obj) {
inherits(obj, "funts")
}
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.