Skip to content

Commit 7bf4008

Browse files
committed
Fixed bug in japanese gage pull.
1 parent 8c0c6aa commit 7bf4008

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/japan.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ download_japan_data <- function(site, variable, start_date, end_date) {
6161
header <- NULL
6262
output_list=list()
6363
for (k in 1:length(ts)){
64-
day <- dates[k]
64+
#day <- dates[k]
6565
website <- paste0(
6666
base_url,
6767
"?KIND=", kind,

0 commit comments

Comments
 (0)