Nothing
#' Checks whether the function is of type \code{smoof_wrapped_function}.
#'
#' @param object [any]\cr
#' Arbitrary R object.
#' @return [\code{logical(1)}]
#' @export
isWrappedSmoofFunction = function(object) {
inherits(object, what = "smoof_wrapped_function")
}
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.