parse_hms: Parsing hms values

Description Usage Arguments Value Examples

View source: R/parse.R

Description

These functions convert character vectors to objects of the hms class. NA values are supported.

parse_hms() accepts values of the form "HH:MM:SS", with optional fractional seconds.

parse_hm() accepts values of the form "HH:MM".

Usage

1
2
3

Arguments

x

A character vector

Value

An object of class hms.

Examples

1
2
3
parse_hms("12:34:56")
parse_hms("12:34:56.789")
parse_hm("12:34")

krlmlr/hms documentation built on Jan. 3, 2020, 7:20 a.m.