Skip to contents

Set token in global environment

Usage

nixtla_set_token(token)

Arguments

token

The user's token. Get yours here: https://dashboard.nixtla.io/

Value

A message indicating the token has been set in the global environment.

Examples

if (FALSE) {
  nixtlar::nixtla_set_token("YOUR_TOKEN")
}