#' @export
is.feR.object <- function(x) {
feR.class <- c("feR_desc_num","feR_describe_factor",
"feR_comp_prop","feR.comp_means")
return(any(class(x) %in% feR.class))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.