Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
rm Get Data column from get_dbkey
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Sep 3, 2016
1 parent 08779fa commit e1812f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/dbhydro_get.R
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ get_dbkey <- function(category, stationid = NA, param = NA, freq = NA,
}
res[,1] <- as.character(res[,1])

res[,-(names(res) %in% c("Get Data"))]
res <- res[,-(names(res) %in% c("Get Data"))]

if(detail.level %in% c("full", "summary")){
message(paste("Search results for", " '", stationid, " ", category, "'",
Expand Down

0 comments on commit e1812f1

Please sign in to comment.