I'm trying to load multiple dbf files using RStudio. The dbf files are saved with encoding cp850.
How can I read dbf files in R with this encoding? I tried but I got the error unsued argument.
read.dbf("X:/Users/name/folder1/Routes.dbf", fileEncoding = "cp850")
What is the correct way to use this in R? How can I load dbf file with encoding cp850 into RStudio?