#' Is the object a formula
#'
#' Checks if the object given is a formula notation.
#'
#' @param x and object.
#'
#' @keywords internal
#'
#' @export
is.formula <- function(x){
inherits(x,"formula")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.