Skip to contents

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
#> [1] 3661333