library(httptest)
if (!nzchar(Sys.getenv("aqs_email"))) {
Sys.setenv(aqs_email = "fake_aqs_email")
}
if (!nzchar(Sys.getenv("aqs_api_key"))) {
Sys.setenv(aqs_api_key = "fake_aqs_key")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.