dleutnant / swmmr

R Interface for US EPA's SWMM
https://cran.r-project.org/package=swmmr
39 stars 15 forks source link

read_lid_rpt #71

Closed karavindan2020 closed 2 years ago

karavindan2020 commented 2 years ago

Hi, When I'm reading a lid report file there isn't a column heading for the datetime which is the very first column. Further, r using the first column as an index column. With this setup I am wondering a) how to assign a name to the index column and b) Is it possible to plot the data, say in ggplot without doing the step in a)? Thanks.

Regards Aravindan K

karavindan2020 commented 2 years ago

I've now discovered how to work through on this, thanks.