initializeESEA<-function(){
utils::data("envData",package="ESEA")
}
Getenvir<-function(envData){
if(!exists("envData")) initializeESEA()
return(get(envData,envir=envData))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.