integrations: List enabled Integrations

Description Usage Arguments Value Examples

Description

With this endpoint you can list names of all Integrations you have enabled.

Usage

1
integrations(token, as_df = TRUE)

Arguments

token

Token obtained with signIn.

as_df

If TRUE a data frame is returned, if FALSE a list is returned.

Value

A data frame or list with names of the integrations.

Examples

1
2
token <- "123456789"
integrations(token, as_df = TRUE)

Steensson/timeulaR documentation built on May 12, 2019, 5:39 a.m.