check.neighborint <- function (neighborint)
{
k <- 1
while (any(names(neighborint) %in% unlist(neighborint))){
neighborint[neighborint[[k]]] <- NULL
k <- k + 1
}
neighborint
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.