#' Get types
#' @author Alexey Samosyuk
get_types <-
function(arr, sep = ".")
{
return(factor(sapply(arr, function(cell) { return(unlist(strsplit(cell, sep, fixed = T))[1])})))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.