Skip to content

Commit adad32e

Browse files
committed
tables in vignettes
1 parent 4a968de commit adad32e

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

vignettes/censobr.Rmd

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ knitr::opts_chunk$set(
2020
2121
```
2222

23-
**{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).
23+
**{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).
2424

2525
# Installation
2626

@@ -46,14 +46,14 @@ The package currently includes 6 main functions to download census data:
4646
5. `read_emigration()`
4747
6. `read_tracts()`
4848

49-
<table border="1" cellpadding="5" cellspacing="0">
49+
<table cellpadding="0" cellspacing="0" style="border-collapse:collapse" border="1">
5050
<thead>
5151
<tr>
52-
<th rowspan="2">Função</th>
53-
<th rowspan="2">Origem</th>
54-
<th rowspan="2">Unidade</th>
55-
<th rowspan="2">Definição</th>
56-
<th colspan="7">Disponibilidade</th>
52+
<th rowspan="2"><center>Função</center></th>
53+
<th rowspan="2"><center>Origem</center></th>
54+
<th rowspan="2"><center>Unidade</center></th>
55+
<th rowspan="2"><center>Definição</center></th>
56+
<th colspan="7"><center>Disponibilidade</center></th>
5757
</tr>
5858
<tr>
5959
<th>1960</th>
@@ -155,7 +155,7 @@ The package currently includes 6 main functions to download census data:
155155
9. `interview_manual()`
156156

157157

158-
Finally, the package includes a function to help users to manage the data chached locally.
158+
Finally, the package includes a function to help users to manage the data cached locally.
159159

160160
10. `censobr_cache()`
161161

vignettes/documentation.Rmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ knitr::opts_chunk$set(
2121
The **{censobr}** package includes a few functions to help users navigate Brazilian census data, its variables and methodology.
2222

2323

24-
<table>
24+
<table cellpadding="0" cellspacing="0" style="border-collapse:collapse" border="1">
2525
<thead>
2626
<tr>
27-
<th rowspan="2">Function</th>
28-
<th rowspan="2">Documentation</th>
29-
<th rowspan="2">Type</th>
30-
<th colspan="7">Years available</th>
27+
<th rowspan="2"><center>Function</center></th>
28+
<th rowspan="2"><center>Documentation</center></th>
29+
<th rowspan="2"><center>Type</center></th>
30+
<th colspan="7"><center>Years available</center></th>
3131
</tr>
3232
<tr>
3333
<th>1960</th>

0 commit comments

Comments
 (0)