Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robsalasco committed Aug 19, 2020
1 parent ec997e6 commit 88c76de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ You can get multiple years too! use the command ```get_sinim()``` and add more y
head(get_sinim(880, 2015:2017))
```

The geometries are available in long format using the ```geometry==T``` argument. By default it uses the **comunal** geographies but the **limite urbano censal** is also available. The switches are ```unit="comunas"``` and ```unit="limites"```. Note: Using **limites** not all features are available because some comunas are not related to urban zones. As shown in the example below you can obtain multiple years and variables in long format.
The geometries are available in long format using the ```geometry=T``` argument. By default it uses the **comunal** geographies but the **limite urbano censal** is also available. The switches are ```unit="comunas"``` and ```unit="limites"```. Note: Using **limites** not all features are available because some comunas are not related to urban zones. As shown in the example below you can obtain multiple years and variables in long format.


```{r}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ head(get_sinim(880, 2015:2017))
#> 6 1404 HUARA 2017 INGRESOS POR FONDO COMÚN MUNICIPAL 1406921
```

The geometries are available in long format using the `geometry==T`
The geometries are available in long format using the `geometry=T`
argument. By default it uses the **comunal** geographies but the
**limite urbano censal** is also available. The switches are
`unit="comunas"` and `unit="limites"`. Note: Using **limites** not all
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pandoc: 2.9.2.1
pkgdown: 1.5.1.9000
pkgdown_sha: eae56f08694abebf93cdfc0dd8e9ede06d8c815f
articles: []
last_built: 2020-08-16T19:10Z
last_built: 2020-08-19T09:19Z

0 comments on commit 88c76de

Please sign in to comment.