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.
# NOT RUN { client <- Td( endpoint = "api.treasuredata.com", apikey = "xxxxxx", http_proxy = "http://user:pass@proxy.domain.com:8080/" ) # } # NOT RUN { # }
Run the code above in your browser using DataLab