View source: R/nixtla_client_setup.R
nixtla_client_setup | R Documentation |
Set base 'ULR' and 'API' key in global environment
nixtla_client_setup(base_url = NULL, api_key = NULL)
base_url |
Custom base 'URL'. If NULL, defaults to "https://api.nixtla.io/". |
api_key |
The user's 'API' key. Get yours here: https://dashboard.nixtla.io/ |
A message indicating the configuration status.
## Not run:
nixtlar::nixtla_client_setup(
base_url = "Base URL",
api_key = "Your API key"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.