getStartingData: Retrieves user or budget names

View source: R/getStartingData.R

getStartingDataR Documentation

Retrieves user or budget names

Description

Gets the following YNAB data for a YNAB subscriber: "user", "budgets"

Usage

getStartingData(i, param.token.code, param.token.env)

Arguments

i

name of endpoint

param.token

Your YNAB API personal access token

Examples

endpoint <- "budgets"
mytoken <- "1234567890ABCDE"
df_budgets <- getStartingData(i = endpoint, param.token = mytoken) 

mathewroy/ynabr documentation built on Jan. 28, 2023, 2:40 a.m.