Nothing
# Set the base url for the NEON API
nu.globals <- new.env()
.onAttach <- function(libname, pkgname) {
nu.globals$baseurl <- Sys.getenv("NEON_API_URL")
if(nu.globals$baseurl=="") {
nu.globals$baseurl <- "https://data.neonscience.org/api/v0/"
}
}
# print the base url for the NEON API
printBaseUrl <- function() {
print(nu.globals$baseurl)
}
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.