transactions: Get transactions

Description Usage Arguments Examples

Description

Function to load all transactions, limited by payers' and / or receivers' codes or within sinlge day

Usage

1
2
transactions(payers_edrpous = NULL, recievers_edrpous = NULL,
  regions = NULL, startdate = NULL, enddate = NULL, source = NULL)

Arguments

payers_edrpous

Character vector of payers' codes ("edrpous") in looked transactions.

recievers_edrpous

Character vector of receivers' codes ("edrpous") in looked transactions

regions

Integer vector of regions ids. If not present, the function will return transactions in every region and on the national level.

startdate

The first date of wanted period. Format - "yyyy-mm-dd"

enddate

The last date of wanted period. Format - "yyyy-mm-dd"

source

The source of transactions. At the moment (June 2018) there are two possible values: "DKSU" (Treasury) or "UZ" (Railway)

Examples

1

texty/edata documentation built on May 20, 2019, 5:58 p.m.