BoulderCodeHub / RWDataPlyr

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

specify rwd_agg by reading in a csv file? #70

Closed rabutler closed 6 years ago

rabutler commented 6 years ago

Right now, it's two steps, but we could make it part of the constructor?

Right now:

ra <- rwd_agg(read.csv("file", stringsAsFactors = FALSE))

Could do:

ra <- rwd_agg(file = "file.csv")

Or read_rwd_agg() might be better approach.

rabutler commented 6 years ago

going with read_rwd_agg()

rabutler-usbr commented 6 years ago

closed by #92