intRangeDay {rbtc} | R Documentation |
Integer range within a day
Description
This function returns the associated integer
times
for the start and end of a specific day.
Usage
intRangeDay(x)
Arguments
x |
|
Value
integer
Author(s)
Bernhard Pfaff
See Also
Other UtilityFuncs: bkfee
,
blockattime
, blockstats
,
date2int
, int2date
,
intMaxDay
, intMinDay
,
intRangePeriod
, timeofblock
,
txfee
, txids
,
txinids
, txstats
,
utxoage
, utxotype
,
utxovalue
Examples
d1 <- "2017-03-15"
intRangeDay(d1)
intMinDay(d1)
intMaxDay(d1)
[Package rbtc version 0.1-6 Index]