Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add data aggregated at the census tract data level 2010 #18

Closed
5 tasks done
rafapereirabr opened this issue Sep 7, 2023 · 2 comments
Closed
5 tasks done

Add data aggregated at the census tract data level 2010 #18

rafapereirabr opened this issue Sep 7, 2023 · 2 comments

Comments

@rafapereirabr
Copy link
Member

rafapereirabr commented Sep 7, 2023

Agregados por Setores Censitários

  • function read_tracts()
  • data dictionary
  • Data sets: cleaned and harmonized
  • vignette
  • tests
@rafapereirabr
Copy link
Member Author

First version of the function currently implemented in dev version.

library(censobr)

df_ba <- read_tracts(year = 2010,
                  dataset = 'Basico',
                  showProgress = TRUE
                  )

df_do <- read_tracts(year = 2010,
                     dataset = 'Domicilio',
                     showProgress = TRUE
                     )

df_pr <- read_tracts(year = 2010,
                  dataset = 'PessoaRenda',
                  showProgress = TRUE
                  )

@rafapereirabr rafapereirabr changed the title Add (aggregate data) census tratct data 2010 Add (aggregate data) census tract data 2010 Sep 22, 2023
rafapereirabr added a commit that referenced this issue Sep 22, 2023
@rafapereirabr rafapereirabr changed the title Add (aggregate data) census tract data 2010 Add data aggregated at the census tract data level 2010 Sep 22, 2023
@rafapereirabr
Copy link
Member Author

Done in dev version. Planned for v0.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant