You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to load the updated WIOT data (i.e. 2012-2016) using the getWIOT function, one receives the following error message: wiod.list <- list() for(this.year in 2000:2014) { wiod.list[[as.character(this.year)]] <- getWIOT(period = this.year, format = "list")}
Error in readRDS(file = gzcon(url(paste0(base.url, "WIOT", period, "", :
cannot open the connection
In addition: Warning message:
In readRDS(file = gzcon(url(paste0(base.url, "WIOT", period, "", :
"internal" method cannot handle https redirection to: 'https://wiiw.ac.at/files/staff-content/reiter/WIOT2000_October16_ROW_list.rds'
It seems like it fails to connect to the base URL.
The text was updated successfully, but these errors were encountered:
When trying to load the updated WIOT data (i.e. 2012-2016) using the
getWIOT
function, one receives the following error message:wiod.list <- list() for(this.year in 2000:2014) { wiod.list[[as.character(this.year)]] <- getWIOT(period = this.year, format = "list")}
It seems like it fails to connect to the base URL.
The text was updated successfully, but these errors were encountered: