as.timespan {parttime} | R Documentation |
Cast an object to a timespan
Description
Cast an object to a timespan
Usage
as.timespan(x, ..., format = parse_iso8601_datetime_as_timespan)
Arguments
x |
an object to cast |
... |
Additional arguments passed to |
format |
a |
Value
A partial_time
object. See the Details section of timespan
for more information.
[Package parttime version 0.1.2 Index]