0

I've made a loop to extract some zip file inside same name diretory, using unzip package. But unzip isn't recognizing UTF-8 encoding.

See below:

arquivos.1[i]

[1] "CONCEIÇÃO DO MATO DENTRO - CONVITE 530-S07255.zip"

unzip(arquivos.1[i])

Error in unzip(arquivos.1[i]) : zip error: Cannot open zip file E:\1\scrape\CONCEIÇÃO DO MATO DENTRO - CONVITE 530-S07255.zip for reading in file zip.c:238

1 Answers1

0

Solution: I had to rename the files to extract the symbols (ÇÃ) and later unzip.