rdf_get_timespan {RWDataPlyr} | R Documentation |
Returns the simulation timespan from an rdf
Description
rdf_get_timespan()
gets the simulation timespan from an rdf
object.
Usage
rdf_get_timespan(rdf)
Arguments
rdf |
An |
Value
A named character vector with two elements. The first element, named
"start"
, includes the start date of the simulation. The second element,
named "end"
, includes the end date of the simulation.
Examples
rdf_get_timespan(keyRdf)
[Package RWDataPlyr version 0.6.4 Index]