Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rOpenGov/eurostat
Browse files Browse the repository at this point in the history
  • Loading branch information
antagomir committed Mar 28, 2018
2 parents eeff021 + ce8171e commit e858abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/eurostat_tutorial.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ sp::spplot(obj = dat, "cat", main = "Disposable household income",

Eurostat data is available also in the SDMX format. The eurostat R package does not provide custom tools for this but the generic rsdmx R package can be used to access data in that format when necessary:

```{r rsdmx, fig.width=8, fig.height=8, dev='CairoPNG', eval=FALSE}
```{r rsdmx, fig.width=8, fig.height=8, dev='CairoPNG'}
library(rsdmx)
# Data set URL
Expand Down

0 comments on commit e858abe

Please sign in to comment.