Learn R Programming

angstromATE (version 0.1.3)

conv2seconds: Convert Time String to Numeric

Description

Convert Time String to Numeric

Usage

conv2seconds(strTime)

Value

a numeric value in units of seconds

Arguments

strTime

a string with time

Author

Thomas Gredig

Examples

Run this code
conv2seconds("00:35:40.1816298")
conv2seconds("00:35:40.1816298") - conv2seconds("00:36:40.1816298")
conv2seconds("1.19:07:06.5180408")

Run the code above in your browser using DataLab