Skip to content

Latest commit

 

History

History
executable file
·
36 lines (25 loc) · 1.35 KB

README.md

File metadata and controls

executable file
·
36 lines (25 loc) · 1.35 KB

gridbr.data: stores IBGE statistical grid data

R-CMD-check

gridbr.data is a support package of gridbr. It stores Brazilian population census data made available in a discrete grid system - the IBGE Statistical Grid. 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 and all processing applied to it can be found here.

Installation

You can install this package from GitHub using the following command:

devtools::install_github("luisfelipebr/gridbr.data")

Example

This package only stores data sets. For full functionality, use the gridbr package.