RWDataPlyr v0.6.0 includes a major revamping of how scenarios are processed and defines several new classes.
New functions rw_scen_aggregate()
and rdf_aggregate()
added to upgrade existing getDataForAllScens()
function, which processes multiple scenarios at a time. (#51)
rwd_agg
class, which upgrades the existing âslot aggregation listâ. The advantage of the new class is a much more flexible way to summarize and aggregate RiverWare slots. (#68)
rbind()
, cbind()
, as
, and is
.rwtbl_slot_names()
), get the original scenario folders (rwtbl_get_scen_folder()
), and get RiverWare slots names from the saved variable name (rwtbl_var_to_slot()
) were added. (#50)getDataForAllScens()
now always returns data invisibly, so the retFile
argument is deprecated. This function is also deprecated in favor of rw_scen_aggregate()
and/or rdf_aggregate()
. (#66)
Formalized the list returned by createSlotAggList()
as a slot_agg_list
class. Created applicable constructor, which deprecates createSlotAggList()
. Includes print()
, summary()
and is.
/is_
methods and functions. (#67)
slot_agg_list
objects work with the deprecated getDataForAllScens()
, so rwd_agg
objects are preferable.Addedread_rw_csv()
to read csv files created from RiverWare or RiverSMART. (#30)
Addedrdf_to_rwtbl()
to convert rdf objects (read in from read.rdf()
) to tibble objects. (#30)
Added rdf
class
read.rdf()
now returns an object with an rdf classrdfSlotToMatrix()
.Switched to snake_case for all new functions and replaced existing functions with snake_case versions. (#76)
getSlotsInRdf()
rdf_slot_names()
makeAllScenNames()
rw_scen_gen_names()
rdfSlotToMatrix()
rdf_get_slot()
sumMonth2Annual()
rwslot_annual_sum()
getTimeSpan()
rdf_get_timespan()
getWYFromYearmon()
ym_get_wateryear()
getMaxAnnValue()
rwslot_annual_max()
getMinAnnValue()
rwslot_annual_min()
flowWeightedAvgAnnConc()
rwslot_fwaac()
flowWeightedAvgAnnConc()
, because it is rarely used it was converted to an internal function: trace_fwaac()
. Then created rwslot_fwaac()
that is exported and follows the input/output format of rwslot_annual_min()
and rwslot_annual_max()
.Added the rwdataplyr-workflow
vignette. Browse with vignette("rwdataplyr-workflow", package = "RWDataPlyr")
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4