Nothing
tradeInfo <- function(src){
sc <- paste0('https://apiv2.nobitex.ir/v2/trades/',src)
res <- fromJSON(paste(readLines(sc,warn=FALSE), collapse=""))
res0<-as.data.frame(do.call(rbind,res$trades))
res0
}
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.