blockattime {rbtc} | R Documentation |
Block height at time
Description
This function returns the block heights closest to a provided date/time (time zone is GMT).
Usage
blockattime(con, targetdate)
Arguments
con |
|
targetdate |
|
Value
data.frame
: the heights, the times and
the time differences (in minutes) to the provided date/time.
Author(s)
Bernhard Pfaff
See Also
Other UtilityFuncs: bkfee
,
blockstats
, date2int
,
int2date
, intMaxDay
,
intMinDay
, intRangeDay
,
intRangePeriod
, timeofblock
,
txfee
, txids
,
txinids
, txstats
,
utxoage
, utxotype
,
utxovalue
[Package rbtc version 0.1-6 Index]