Td: Connect to TD

View source: R/TdClient.R

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

headers

Default headres in a named character vector. optional

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)


RTD documentation built on Dec. 9, 2025, 1:06 a.m.

Related to Td in RTD...