Td: Connect to TD

Description Usage Arguments Examples

View source: R/TdClient.R

Description

Connect to TD

Usage

1
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 character. optional

headers

Default headres in a named character vector. optional

http_proxy

HTTP proxy setting. optional.

Examples

1
2
3
4
5
6
7
8
## Not run: 
client <- Td(
  endpoint = "api.treasuredata.com",
  apikey = "xxxxxx",
  http_proxy = "http://user:pass@proxy.domain.com:8080/"
)

## End(Not run)

RTD documentation built on July 27, 2020, 1:17 a.m.

Related to Td in RTD...