read_all_transactions: Any Transaction From One Committee To Another

Description Usage Arguments Examples

View source: R/fn_transactions.R

Description

read_all_transactions returns a dataframe about transaction data

Usage

1
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().#' @return The entire dataframe. More information about variables is at ?transactions.

Examples

1
2
## Not run: read_all_transactions()
## Not run: read_all_transactions(n_max = 250)

baumer-lab/fec12 documentation built on Aug. 29, 2020, 2:14 a.m.