bcgov / rems

An R package to access data from British Columbia's Environmental Monitoring System
Apache License 2.0
19 stars 5 forks source link

download_historic_data() errors out #7

Closed joethorley closed 8 years ago

joethorley commented 8 years ago
> library(rems)
> download_historic_data()
Error in `row.names<-.data.frame`(`*tmp*`, value = value) : 
  duplicate 'row.names' are not allowed
In addition: Warning message:
non-unique value when setting 'row.names': ‘3yr_current’ 
> 
ateucher commented 8 years ago

Thanks for this, I'll look into it.

ateucher commented 8 years ago

Should be fixed in a23c72596cee13e0bfdffc0b9166d8da449734c6. Let me know if it works for you

joethorley commented 8 years ago

That works - thanks :)