Skip to contents

This function will be deprecated in future versions. Please use nixtla_client_setup instead.

Usage

nixtla_set_api_key(api_key)

Arguments

api_key

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

Value

A message indicating the 'API' key has been set in the global environment.

Examples

if (FALSE) { # \dontrun{
  nixtlar::nixtla_set_api_key("Your API key")
} # }