View source: R/valida_documento.R
| tabulacaoDOC | R Documentation | 
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.
tabulacaoDOC(input_file = NULL, data = NULL, columns, types)
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.  | 
return a data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.