You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove pontuações e caracteres não alfanuméricos (ex: "conv. licenca premio pecunia - decreto n° 1234" --> "conv licenca premio pecunia decreto n 1234"): função: stringr::str_remove_all(item, '[:punct:]')
remove espaços duplos e espaços antes/depois da string (ex: " conversao de licenca-premio em pecunia " --> "conversao de licenca-premio em pecunia"): função stringr::str_squish(item)
tratar coluna de itens para remover acentos e deixar minúsculo
The text was updated successfully, but these errors were encountered: