#sameRow
rm_emissions <- function(x){
resta <- difftime(x[-1],x[-length(x)])
idrow <- which(resta == 0)+1
return(idrow)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.