trim.dat <-
function(dat){
tmp <- strsplit(colnames(dat),'\\.')
tr <- NULL
for (i in 1:length(tmp)){tr <- c(tr,tmp[[i]][1]!='X')}
tr
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.