types.castTime {tableschema.r} | R Documentation |
Cast time without a date
Description
Cast time without a date
Usage
types.castTime(format = "%H:%M:%S", value)
Arguments
format |
available options are "default", "any", and "<pattern>" where
|
value |
time to cast |
See Also
Types and formats specifications,
strptime
, DateTimeClasses
,
parsedate-package
and
lubridate-package
.
Examples
types.castTime(format = "default", value = '06:00:00')
[Package tableschema.r version 1.1.2 Index]