Description Usage Arguments Details Value
View source: R/ynab_functions.R
This function sets a global option ynab_token for use in many other function calls. It should be the first function called as other functions will not work without a proper token. It also sets the base_url option, including the YNAB api version (currently v1).
1 | ynab_set_token(token = NULL)
|
token |
This can be the 64 alphanumeric personal access token from the YNAB registration process. If left blank, the ynab_token option will be set from the environment variable YNAB_TOKEN. |
The token is obtained through a registration process on the YNAB website. The token is a 64 character long alphanumeric string.
No return value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.