Skip to content

Commit

Permalink
Vignette minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pitkant committed Sep 1, 2021
1 parent 70bfa70 commit 42cc6fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vignettes/website/mapping.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ vignette: >
\usepackage[utf8]{inputenc}
---

# Mapping Regional Data, Mapping Metadata Problems

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
Expand Down Expand Up @@ -134,7 +132,7 @@ validation_summary_2016 <- validated_indicator %>%
valid_present = values_present /observations)
```

Even though the dataset is called [R\&D personnel and researchers by sector of performance, sex and NUTS 2 regions \[rd_p_persreg\]](https://appsso.eurostat.ec.europa.eu/nui/show.do?dataset=rd_p_persreg&lang=en), in fact, it contains data on country and `NUTS1` levels. And it has data on non-EU countries that in 2009 were not part of the NUTS system.
Even though the dataset is called [R&D personnel and researchers by sector of performance, sex and NUTS 2 regions (rd_p_persreg)](https://appsso.eurostat.ec.europa.eu/nui/show.do?dataset=rd_p_persreg&lang=en), in fact, it contains data on country and `NUTS1` levels. And it has data on non-EU countries that in 2009 were not part of the NUTS system.

```{r}
validation_summary_2016 %>%
Expand Down

0 comments on commit 42cc6fd

Please sign in to comment.