Nothing
hasSeg <-
function(CPvector, start, end){
if(!(start %in% CPvector & end %in% CPvector)) return(FALSE)
else {
if((end != start+1) & (sum((start+1):(end-1) %in% CPvector)!=0)) return(FALSE)
else return(TRUE)
}
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.