Td {RTD} | R Documentation |
Connect to TD
Description
Connect to TD
Usage
Td(endpoint, apikey, user_agent, headers, http_proxy = NULL)
Arguments
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. |
Examples
## Not run:
client <- Td(
endpoint = "api.treasuredata.com",
apikey = "xxxxxx",
http_proxy = "http://user:pass@proxy.domain.com:8080/"
)
## End(Not run)
[Package RTD version 0.4.1 Index]