GetClients <- function(api_key, format="json") {
url <- paste("http://api.createsend.com/api/v3/clients.", format, sep="")
return(GetData(url, api_key, format))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.