| Td | R Documentation |
Connect to TD
Td(endpoint, apikey, user_agent, headers, http_proxy = NULL)
endpoint |
Endpoint to TD API |
apikey |
API key for TD |
user_agent |
User-Agent as |
headers |
Default headres in a named |
http_proxy |
HTTP proxy setting. optional. |
## Not run:
client <- Td(
endpoint = "api.treasuredata.com",
apikey = "xxxxxx",
http_proxy = "http://user:pass@proxy.domain.com:8080/"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.