BoulderCodeHub / RWDataPlyr

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

binding rows of output from aggregating rdfs/scenarios drops attributes #73

Open rabutler opened 6 years ago

rabutler commented 6 years ago
t1 <- rwtbl_aggregate(rwa, file.path(scenPath, scens1[1]), scenNames[1])
t2 <- rwtbl_aggregate(rwa, file.path(scenPath, scens1[2]), scenNames[2]) 
t3 <- dplyr::bind_rows(t1, t2)

drops the rdf specific attributes

note that rwtbl_aggregate is probably changing its name to rdf_aggregate