tabulacaoDOC: Check Brazilian documents.

View source: R/valida_documento.R

tabulacaoDOCR Documentation

Check Brazilian documents.

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

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.


ipea/validaRA documentation built on Nov. 25, 2022, 10:11 p.m.