Skip to content

Commit

Permalink
Downloads monthly municipal-level banking statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
dkgaraujo committed Dec 6, 2022
1 parent c908590 commit 4e61a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/api.R
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ get_municipal_stats <- function(
}
unzip(zipfile = filename_zip, exdir = dir)
}
estban[[as.character(yyyymm)]] <- read.csv2(filename, skip = 2)
estban[[as.character(yyyymm)]] <- read.csv2(filename_csv, skip = 2)
}

estban <- dplyr::bind_rows(estban, .id = "month")
Expand Down

0 comments on commit 4e61a0b

Please sign in to comment.