DOI-USGS / dataRetrieval

This R package is designed to obtain USGS or EPA water quality sample data, streamflow data, and metadata directly from web services.
https://doi-usgs.github.io/dataRetrieval/
Other
259 stars 84 forks source link

quote handling -- fixes #583 #584

Closed dblodgett-usgs closed 2 years ago

dblodgett-usgs commented 2 years ago

I found a site in Wisconsin as noted in #583 with the name "FISHER CR AT 32 & HIGHLAND RD AT HOWARDS GROVE, W

That was breaking the readr parsing without specifying no quotes. I've run this over the whole site file and it seems to work fine. I would not be surprised to find out that there are quotes used as string quotes some place, but the tab separator seems to preclude the need for them? Unless there are tabs in the strings too -- Someone totally but a \t in a string in nwis some place...

dblodgett-usgs commented 2 years ago

Now also fixes #587