library(jsonlite)
library(httr)
browse_audiograms<-function(){
url<- "https://www.animalaudiograms.org/api/v1/browse"
res <- GET("https://www.animalaudiograms.org/api/v1/browse")
dat <- fromJSON(rawToChar(res$content))
assign("browse",dat, envir = .GlobalEnv)
}
browse_audiograms()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.