Learn R Programming

fec16 (version 0.1.2)

read_all_transactions: Any Transaction From One Committee To Another

Description

read_all_transactions returns a dataframe about transaction data

Usage

read_all_transactions(n_max = Inf, verbose = interactive())

Arguments

n_max

Integer specifying the max amount of entries in the dataset. Defaults to the possible maximum.

verbose

A progress bar is shown if R is running interactively. Defaults to interactive().

Value

The entire dataframe. More information about variables is at ?transactions.

Examples

Run this code
# NOT RUN {
read_all_transactions()
# }
# NOT RUN {
read_all_transactions(n_max = 250)
# }

Run the code above in your browser using DataLab