ext2Group <-
function(x){
x.Group <- rep(0, length = length(x))
for(i in 1:length(x)){
x.Group[i] <- unlist(strsplit(x[i], split = "[.]"))[1]
}
unique(x.Group)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.