rOpenGov / eurostat

R tools for Eurostat data
http://ropengov.github.io/eurostat
Other
234 stars 45 forks source link

rjstat package also works with Eurostat #100

Open antagomir opened 6 years ago

antagomir commented 6 years ago

Eurostat's API supports JSON-Stat, which can be accessed also with the rjstat R package. See examples at: http://www.ssb.no/en/omssb/tjenester-og-verktoy/api/px-api/code-examples. We should at least cite this, or see if it can be utilized in the add-on tools that we have for eurostat data.

jhuovari commented 6 years ago

We access it with the jsonlite-package now. Is there some benefits switching to the rjstat?

janbrus commented 6 years ago

The rjstat package imports jsonlite. Without rjstat I guess you have to code more yourself to handle the json-stat cube.

antagomir commented 4 years ago

Then it is a good question whether it is worth the effort to code more, or should we use rjstat and what is the added value.