Skip to content

Commit

Permalink
Merge pull request #12 from dieghernan/master
Browse files Browse the repository at this point in the history
Use siane version to avoid potential issues
  • Loading branch information
hmeleiro authored Sep 3, 2024
2 parents bd1b3fa + 1c82dd1 commit 384838a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/municipios.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Import the geometry shapes for the municipalities using [mapSpain](https://githu

```{r}
library(mapSpain)
shp <- esp_get_munic(year = "2016") %>% select(LAU_CODE)
shp_ccaa <- mapSpain::esp_get_ccaa()
shp <- esp_get_munic_siane(year = "2016") %>% select(LAU_CODE)
shp_ccaa <- mapSpain::esp_get_ccaa_siane()
```


Expand Down

0 comments on commit 384838a

Please sign in to comment.