getYNAB: Connect to YNAB API

View source: R/getYNAB.R

getYNABR Documentation

Connect to YNAB API

Description

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

Arguments

param.url

Character vector of the endpoint URL of interest

param.token

Your YNAB API personal access token

Examples

url <- "https://api.youneedabudget.com/v1/user"
mytoken <- "1234567890ABCDE"
df <- getYNAB(param.url = url, param.token = mytoken)

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