tabulacaoDOC: Check Brazilian documents.

Description Usage Arguments Value

View source: R/valida_documento.R

Description

tabulacaoDOC returns a data frame that summarize the output of validaDOC. It is require a file where the data is located or the data itself. If neither, input and data, is giving the function stop. Also, columns and types must the same size.

Usage

1
tabulacaoDOC(input_file = NULL, data = NULL, columns, types)

Arguments

input_file

file where the data is located.

data

Data frame with data to be validate.

columns

Columns of data that will be evaluated.

types

Character, it could be CPF, CNPJ, PIS e titulo de eleitor.

Value

return a data frame.


validaRA documentation built on Nov. 17, 2017, 7:13 a.m.