paired a dataframe
criaDadosPareados(dataFrame, campoChave, campoComparacao, camposPareados,
camposNaoPareados, progress = TRUE)
dataframe that you want to pair dataFrame must contain columns cod_id, ANO_MEDICAO1, ANO_MEDICAO2, DAP1, DAP2, HT1, HT2, ID_PROJETO
character the column that will be paired
character the field used to compare the period of change
vector the fields that will be paired exemple CampoesPareados=c(dap,ht)
the fields he wants to be present without the paired
if TRUE show a progress bar
will be returned a dataframe containing columns cod_id, ANO_MEDICAO1, ANO_MEDICAO2, DAP1, DAP2, HT1, HT2, ID_PROJETO