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

Order back up the WQP return.

parent 8576e3c9
No related branches found
No related tags found
1 merge request!127WQP update.
......@@ -138,6 +138,10 @@ importWQP <- function(obs_url, zip=FALSE, tz=""){
unlink(doc)
}
retval <- retval[order(retval$OrganizationIdentifier,
retval$MonitoringLocationIdentifier,
retval$ActivityStartDateTime, decreasing = FALSE),]
return(retval)
} else {
......
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