rdf_get_timespan: Returns the simulation timespan from an rdf

View source: R/rdf_helperFunctions.R

rdf_get_timespanR 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 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

rdf_get_timespan(keyRdf)


BoulderCodeHub/RWDataPlyr documentation built on May 8, 2023, 3:55 a.m.