I'm starting at R and I'm having a question.
In a data frame I have a column with the social vulnerability index (IVS) that ranges from 0 to 1, per municipality (229). I need to group some values so that it looks like the example:
#Como Está #Como preciso que fique
Município IVS Município IVS
A 0.488 A Alta
B 0.253 B Baixa
C 0.158 C Muito Baixa
D 0.685 D Muito alta
How to proceed?