opPOSThelsinki <- function(url, body, encode) {
POST(
url,
add_headers(api_key = Sys.getenv("HELSINKI_API_KEY")),
body = body,
encode = encode
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.