hm: Create a period with the specified number of hours and minutes
Description
Transforms a character or numeric vectors into a period
object with the specified number of hours and minutes.
Arbitrary non-numeric text can separate hours and
minutes. After hours and minutes have been parsed, the
remaining input is ignored.
Usage
hm(..., quiet = FALSE)
Arguments
...
character or numeric vectors of hour minute
pairs
quiet
logical. When TRUE function evalueates
without displaying customary messages.