Skip to content

Commit

Permalink
just getting rid of markers
Browse files Browse the repository at this point in the history
  • Loading branch information
robbriers committed Feb 22, 2019
1 parent ec40a3d commit 11644cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/utils.r
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ download_cde <- function(col_value = NULL, column = NULL, data_type=NULL) {
if (column == "WBID") {
# wbid level extraction
if (col_value %in% ea_wbids[, "WBID"]) {
##########
if (data_type=="rnag"){
print(paste0(base_url, "data/reason-for-failure.csv?waterBody=", col_value, "&_view=csv"))
cde_data <- data.table::fread(paste0(base_url, "data/reason-for-failure.csv?waterBody=", col_value, "&_view=csv"), showProgress = FALSE, header = TRUE, stringsAsFactors = FALSE, check.names=TRUE, data.table=FALSE)
Expand Down

0 comments on commit 11644cc

Please sign in to comment.