Skip to content
Snippets Groups Projects
Commit 36d5089a authored by Laura A DeCicco's avatar Laura A DeCicco
Browse files

Fixes #133

parent cfda1678
No related branches found
No related tags found
1 merge request!134WQP bug fix
Package: dataRetrieval
Type: Package
Title: Retrieval Functions for USGS and EPA Hydrologic and Water Quality Data
Version: 2.3.0
Date: 2015-06-29
Version: 2.3.1
Date: 2015-07-17
Authors@R: c( person("Robert", "Hirsch", role = c("aut"),
email = "rhirsch@usgs.gov"),
person("Laura", "DeCicco", role = c("aut","cre"),
......
......@@ -104,8 +104,8 @@ whatWQPsites <- function(...){
if (!is.na(numToBeReturned) & numToBeReturned != 0){
retval <- read.delim(textConnection(doc), header = TRUE, quote="\"",
dec=".", sep='\t',
retval <- read.delim(textConnection(doc), header = TRUE,
dec=".", sep='\t', quote="",
colClasses=c('character'),
fill = TRUE)
actualNumReturned <- nrow(retval)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment