Skip to content

Commit

Permalink
Update get_eurostat_json.R
Browse files Browse the repository at this point in the history
Please update to new version
  • Loading branch information
MDTR-CBS authored Jan 21, 2020
1 parent da4b737 commit 017970d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_eurostat_json.R
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ eurostat_json_url <- function(id, filters, lang){
# prepare url
url_list <- list(scheme = "http",
hostname = "ec.europa.eu",
path = file.path("eurostat/wdds/rest/data/v1.1/json",
path = file.path("eurostat/wdds/rest/data/v2.1/json",
lang[1], id),
query = filters2)
class(url_list) <- "url"
Expand Down

1 comment on commit 017970d

@antagomir
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot to add this to the CRAN release - will add to master now, available from there and we will have it in the CRAN release next time..

Please sign in to comment.