-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
47 lines (36 loc) · 1.52 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# gridbr.data: stores IBGE statistical grid data
<!-- badges: start -->
[![R-CMD-check](https://github.com/luisfelipebr/gridbr.data/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/luisfelipebr/gridbr.data/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->
gridbr.data is a support package of
[gridbr](https://github.com/luisfelipebr/gridbr). It stores Brazilian population
census data made available in a discrete grid system -
the [IBGE Statistical
Grid](https://mapasinterativos.ibge.gov.br/grade/default.html). By
installing this package, you will store the data locally and be able to access it
without an internet connection.
All data was collected and published by the Brazilian Institute of
Geography and Statistics (IBGE). The original data is available
[here](http://geoftp.ibge.gov.br/recortes_para_fins_estatisticos/grade_estatistica/censo_2010/)
and all processing applied to it can be found
[here](https://github.com/luisfelipebr/gridbr.data/blob/master/data-raw/DATASET.R).
## Installation
You can install this package from GitHub using the following command:
``` r
devtools::install_github("luisfelipebr/gridbr.data")
```
## Example
This package only stores data sets. For full functionality, use the
[gridbr](https://github.com/luisfelipebr/gridbr) package.