0

The following message deletes almost all my rows, what is happening?

This is the code:

table <- table%>%filter(ESTADO == c('ACTIVA','ACTIVO','TARJETA NUEVA','NORMAL','DESEMBOLSADO','REESTRUCTURADO','N'))

This is the error:

Warning messages:
1: In `==.default`(ESTADO, c("ACTIVA", "ACTIVO", "TARJETA NUEVA", "NORMAL",  :
  longer object length is not a multiple of shorter object length
2: In is.na(e1) | is.na(e2) :
  longer object length is not a multiple of shorter object length
Ivancito
  • 159
  • 1
  • 11

0 Answers0