I'm trying to use the read.dbf function in R, but the name of the file contains a special character 'ñ' from spanish.
I changed the name of the file, removing the special character. The thing is that there are a lot of files with similar names and maybe this won't be the best to do.
read.dbf('Soporte_Plantilla_Vigor_Total_Daños_201806_Inicial_Vigor.dbf')
I'm getting the following error:
Error in read.dbf("Soporte_Plantilla_Vigor_Total_Daños_201806_Inicial_Vigor.dbf") : unable to open DBF file
I want to be able to read this type of file names without changing them.