Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update example code
  • Loading branch information
paugrau authored Feb 22, 2024
1 parent fa89a29 commit c7feef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ devtools::install_github("ropenspain/infoelectoral")

```
library(infoelectoral)
df <- municipios(tipoeleccion = "congreso", yr = 1982, mes = "10")
df <- municipios(tipo_eleccion = "congreso", anno = 1982, mes = "10")
```

0 comments on commit c7feef9

Please sign in to comment.