getTransactions: Retrieving transactions and including items in the feed

Description Usage Arguments

View source: R/transactions.R

Description

Retrieve transactions, defaulting to the first valid account if no account ID is supplied

Usage

1
2
getTransactions(mtoken = getMonzoToken(), accountId = NULL, since = NULL,
  before = NULL, parse = TRUE, expand = NULL)

Arguments

mtoken

The Monzo API token

accountId

The id of the account you're requesting transactions from

since

An RFC 3339 encoded-timestamp

before

An RFC 3339 encoded-timestamp

parse

Boolean dictating whether to coerce response into a neater dataframe. Defaults to true

expand

A string dictating what should be expanded within the responses. Defaults to null


ryanbateman/monzor documentation built on May 24, 2019, 2:03 a.m.