BoulderCodeHub / RWDataPlyr

R package to read and manipulate data from RiverWareTM
3 stars 5 forks source link

getting all slots from a single rdf should be easier #59

Closed rabutler closed 6 years ago

rabutler commented 7 years ago

Right now it requires passing list(list(rdf = 'KeySlots.rdf',slots = 'all')) to the slotAggList argument of getDataForAllScens()

It should really be something simpler and it should be passed to createSlotAggList(), then slotAggList will always be a correctly specified slot agg list

rabutler commented 6 years ago

In v0.6.0, rw_scen_aggregate() is replacing getDataForAllScens() and the rwd_agg class is replacing this slotAggList. It is much easier to get all of the slots from an rdf in this version: `rwd_agg(rdfs = "KeySlots.rdf") will get all of the slots in the KeySlots rdf.

since getDataForAllScens() is deprecating, do not see the need to address this.