View source: R/getStartingData.R
getStartingData | R Documentation |
Gets the following YNAB data for a YNAB subscriber: "user", "budgets"
getStartingData(i, param.token.code, param.token.env)
i |
name of endpoint |
param.token |
Your YNAB API personal access token |
endpoint <- "budgets" mytoken <- "1234567890ABCDE" df_budgets <- getStartingData(i = endpoint, param.token = mytoken)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.