powered by
Connect to TD
Td(endpoint, apikey, user_agent, headers, http_proxy = NULL)
Endpoint to TD API
API key for TD
User-Agent as character. optional
character
Default headres in a named character vector. optional
HTTP proxy setting. optional.
if (FALSE) { client <- Td( endpoint = "api.treasuredata.com", apikey = "xxxxxx", http_proxy = "http://user:pass@proxy.domain.com:8080/" ) }
Run the code above in your browser using DataLab