RWDataPlyr (version 0.6.2)

rdf_get_timespan: 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 rdf object (likely from read.rdf()).

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

Run this code
# NOT RUN {
rdf_get_timespan(keyRdf)

# }

Run the code above in your browser using DataLab