Skip to content

Commit

Permalink
tables in vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
rafapereirabr committed Sep 18, 2024
1 parent 4a968de commit adad32e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions vignettes/censobr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ knitr::opts_chunk$set(

```

**{censobr}** is an R package to download data from Brazil's Population Census. The package is built on top of the [Arrow platform](https://arrow.apache.org/docs/r/), which allows users to work with larger-than-memory census data using [{dplyr} familiar functions](https://arrow.apache.org/docs/r/articles/arrow.html#analyzing-arrow-data-with-dplyr).
**{censobr}** is an R package to download data from Brazil's Population Census. It provides a very simple and efficient way to download and read the data sets and documentation of all the population censuses taken in and after 1960 in the country. The **{censobr}** package is built on top of the [Arrow platform](https://arrow.apache.org/docs/r/), which allows users to work with larger-than-memory census data using [{dplyr} familiar functions](https://arrow.apache.org/docs/r/articles/arrow.html#analyzing-arrow-data-with-dplyr).
# Installation
Expand All @@ -46,14 +46,14 @@ The package currently includes 6 main functions to download census data:
5. `read_emigration()`
6. `read_tracts()`
<table border="1" cellpadding="5" cellspacing="0">
<table cellpadding="0" cellspacing="0" style="border-collapse:collapse" border="1">
<thead>
<tr>
<th rowspan="2">Função</th>
<th rowspan="2">Origem</th>
<th rowspan="2">Unidade</th>
<th rowspan="2">Definição</th>
<th colspan="7">Disponibilidade</th>
<th rowspan="2"><center>Função</center></th>
<th rowspan="2"><center>Origem</center></th>
<th rowspan="2"><center>Unidade</center></th>
<th rowspan="2"><center>Definição</center></th>
<th colspan="7"><center>Disponibilidade</center></th>
</tr>
<tr>
<th>1960</th>
Expand Down Expand Up @@ -155,7 +155,7 @@ The package currently includes 6 main functions to download census data:
9. `interview_manual()`
Finally, the package includes a function to help users to manage the data chached locally.
Finally, the package includes a function to help users to manage the data cached locally.
10. `censobr_cache()`
Expand Down
10 changes: 5 additions & 5 deletions vignettes/documentation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ knitr::opts_chunk$set(
The **{censobr}** package includes a few functions to help users navigate Brazilian census data, its variables and methodology.


<table>
<table cellpadding="0" cellspacing="0" style="border-collapse:collapse" border="1">
<thead>
<tr>
<th rowspan="2">Function</th>
<th rowspan="2">Documentation</th>
<th rowspan="2">Type</th>
<th colspan="7">Years available</th>
<th rowspan="2"><center>Function</center></th>
<th rowspan="2"><center>Documentation</center></th>
<th rowspan="2"><center>Type</center></th>
<th colspan="7"><center>Years available</center></th>
</tr>
<tr>
<th>1960</th>
Expand Down

0 comments on commit adad32e

Please sign in to comment.