Classify respondents in Complaints (Reclamacao por descumprimento)

classify_respondent(partes)

Arguments

partes

tibble read by read_stf_parties function.

Value

Same tibble with two new columns: instancia and segmento

Examples

if (FALSE) {
partes <- classify_respondent(partes)
}