Closed rabutler closed 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.
Right now it requires passing
list(list(rdf = 'KeySlots.rdf',slots = 'all'))
to theslotAggList
argument ofgetDataForAllScens()
It should really be something simpler and it should be passed to
createSlotAggList()
, thenslotAggList
will always be a correctly specified slot agg list