JBGruber/rwhatsapp

Cbind all - argument lengths

Mageshpoondi opened this issue · 2 comments

I tried working with messages from two groups. The rwa_read() worked well with one group whereas with the second group I was getting this message.

Error in cbind_all(x) : Argument 2 must be length 4382, not 4381

The export process was exactly the same for both. Any thoughts.

Thanks for reporting. It seems to be a duplicate of issue #4 though. Please install the newest development version with remotes::install_github("JBGruber/rwhatsapp"), then it should work. I'll update the package on CRAN as soon as I have the time (hopefully soon).