Learn R Programming

databraryr (version 0.6.6)

HHMMSSmmm_to_ms: Convert Timestamp String To ms.

Description

Convert Timestamp String To ms.

Usage

HHMMSSmmm_to_ms(HHMMSSmmm = "01:01:01:333")

Value

A numeric value in ms from the input string.

Arguments

HHMMSSmmm

a string in the format "HH:MM:SS:mmm"

Examples

Run this code
HHMMSSmmm_to_ms() # 01:01:01:333 in ms

Run the code above in your browser using DataLab