getYNAB | R Documentation |
Connects to YNAB API and converts JSON data to R data frames JSON content > text format > list format > R data frames Caution: Must be careful with use, as to not overal YNAB's servers
param.url |
Character vector of the endpoint URL of interest |
param.token |
Your YNAB API personal access token |
url <- "https://api.youneedabudget.com/v1/user" mytoken <- "1234567890ABCDE" df <- getYNAB(param.url = url, param.token = mytoken)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.