get_nonvaltx: get_nonvaltx

Description Usage Arguments Examples

Description

Creates csv files for the blocks in blocknr. In order to do so the rawmempool files and the validated_tx files have to exist, because the nonvalidated_tx are created by dismissing the validated_tx from the rawmempool

Usage

1
get_nonvaltx(blocknr, writecsv = FALSE, filename)

Arguments

blocknr

vector of blocknr for which to create .csv files containing the nonvalidated transactions

writecsv

logical, should a .csv file be created

filename

optional: the name of the file(s) to be created (has to be "xxx.csv")

Examples

1
2
3
4
## Not run: 
get_nonvaltx(491464:491465, writecsv = TRUE)

## End(Not run)

thomas-hillebrand/bcdataprep documentation built on May 12, 2019, 1:31 a.m.