Skip to content

Commit

Permalink
SDMX link in vignette works. eval=FALSE removed. Fixes #92
Browse files Browse the repository at this point in the history
  • Loading branch information
Janne Huovari committed Mar 28, 2018
1 parent 2a2afe2 commit ce8171e
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 @@ -398,7 +398,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 ce8171e

Please sign in to comment.