rdf_get_timespan function

Returns the simulation timespan from an rdf

Returns the simulation timespan from an rdf

rdf_get_timespan() gets the simulation timespan from an rdf object.

rdf_get_timespan(rdf)

Arguments

  • rdf: An rdf object (likely from read.rdf()).

Returns

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)

Other functions in RWDataPlyr

Related functions from the same R package