Janne Huovari
Janne Huovari
Good ideas. I think there are also performance issues in the `get_eurostat()` and particulary in the `tidy_eurostat()`. I tried to speed the code in the branch [speed](https://github.com/rOpenGov/eurostat/tree/speed) and managed to...
We access it with the jsonlite-package now. Is there some benefits switching to the rjstat?
I think it could be that your application is trying to get a data with wrong data id. With right id, there shouldn't be any redirections to that address.
The current caching writes already to user's disk. To me it is bit unclear what this new functionality would add. I think the `get_eurostat()` is already caching with or without...
OK, I forgot that. The reason was, i think, that for a filtered data a caching check should have been changed. Now arguments are added to a file name and...
I think you get the title best with: ``` label_eurostat_tables("sbs_na_dt_r2") ``` url to data you can get with identifier. Bulk data is in: https://ec.europa.eu/eurostat/estat-navtree-portlet-prod/BulkDownloadListing?file=data/sbs_na_dt_r2.tsv.gz But I think a more user...
Thank you for reporting and proposing a solution. These connection issues are really tricky. This could also create problems, as in some systems `file() `could be using a curl-library, in...
Thanks @cbizzo for working on this issue. I am also bit hesitant to use non-exported functions as solution. However, your first solution using `file()` could be fine, but we should...
Sorry, that is still unfinished. However, I also now behind proxy, and having issues, so I have interest here. Unfortunately also busy... Meanwhile, you could try to set options(download.file.method =...
I get the same error with the CRAN version, but the latest version installed from the github seems to work.