utilsIPEA v0.0.6

0

Monthly downloads

0th

Percentile

IPEA Common Functions

The most used functions on IPEA (Instituto de Pesquisa Economica Aplicada). Most of functions deal with brazilian names. It can guess the women single's name, extract prepositions or extract the first name.

Readme

utilsIPEA Build Status Cran Downloads Coverage Rdoc

This package has the most common functions used at IPEA.

Installation

The package is on CRAN, so to install it just the command:

```{r eval=FALSE} install.packages("utilsIPEA")


## Contributing 

To add new functions to this package, it is needed to create a new breach with the new code and submit a 
pull request to branch master. 

To create the new branch using git command line use the command:

```{r eval=FALSE}
git checkout -b name_of_new_branch

To do it on RStudio just click on Tools >> Shell. On the new opened window type the command above.

After adding the new code and tests commit the changes to the git repository and check on travis if it has been build correctly.

Now, the code is ready to be incorporated to master branch. To do so, a pull request has to be made to branch dev. The branch dev contains all code that is not released on CRAN.

Functions in utilsIPEA

Name Description
nome_de_solteira Return women single's name
abrevia_nome_meio Abrevia o nome do meio.
geocod_base Brazilian address
remove_preposicao_nomes Remove de da e dos of names .
contar_letras Remove de da e dos of names .
ident_erros_munic_galileo ident_erros_munic_galileo Returns a new column called munmatch with true or false. This column identify where GALILEO failed
No Results!

Last month downloads

Details

Type Package
License GPL-3
Encoding UTF-8
LazyData true
RoxygenNote 6.0.1
URL https://github.com/ipea/utilsIPEA
BugReports http://github.com/ipea/utilsIPEA/issues
NeedsCompilation no
Packaged 2018-04-20 19:37:25 UTC; B15599226
Repository CRAN
Date/Publication 2018-04-20 19:51:54 UTC

Include our badge in your README

[![Rdoc](http://www.rdocumentation.org/badges/version/utilsIPEA)](http://www.rdocumentation.org/packages/utilsIPEA)