Learn R Programming

RWDataPlyr (version 0.6.5)

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)

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.

Arguments

rdf

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

Examples

Run this code
rdf_get_timespan(keyRdf)

Run the code above in your browser using DataLab