HHMMSSmmm_to_ms {databraryr} | R Documentation |
Convert Timestamp String To ms.
Description
Convert Timestamp String To ms.
Usage
HHMMSSmmm_to_ms(HHMMSSmmm = "01:01:01:333")
Arguments
HHMMSSmmm |
a string in the format "HH:MM:SS:mmm" |
Value
A numeric value in ms from the input string.
Examples
HHMMSSmmm_to_ms() # 01:01:01:333 in ms
[Package databraryr version 0.6.6 Index]