generateKeys: Generate new API key & API secret

Description Usage Arguments Value Examples

Description

With this function you can generate new pair of API Key & API Secret. Every time you generate a new pair, an old one becomes invalid. Your API Secret won’t be accessible later, so please note it down in some secret place. If you have lost your API Secret, you can generate a new pair of API Key & API Secret here.

Usage

1
generateKeys(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 the new API key and API secret key.

Examples

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

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