Displaying 1 result from an estimated 1 matches for "losdato".
Did you mean:
losdatos
2012 Mar 10
2
Reading text files from other languages
I'm trying to read a data file that contains characters from the Spanish
language:
> Station <- read.fwf("LosDatos.txt",widths=c(7,7,25,8,8,5),header=FALSE,
+ skip=3,n=separ[1]-4)
Then the R interpreter issues the following message:
Error en substring(x, first, last) :
invalid multibyte string at '<d1>A, S.'
Calls: read.fwf -> cat -> sapply -> lapply -...