search for: xfem

Displaying 3 results from an estimated 3 matches for "xfem".

Did you mean: fem
2014 Mar 12
2
Lectura de texto
...can(txt)Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, : scan() expected 'a real', got 'ÿþM'> rr <- readLines(txt, n=-1, encoding="UTF-8")There were 50 or more warnings (use warnings() to see the first 50)> head(rr,30) [1] "\xff\xfeM" "" "" "" "" "" [7] "" "" "" "" "" "" [13] "" "" ""...
2014 Mar 12
2
Lectura de texto
...gt; getwd()[1] "C:/Users/xIs12136/Downloads" Pruebo a abrirlo con "vi"... y: El 12 de marzo de 2014, 9:58, Jorge I Velez <jorgeivanvelez@gmail.com>escribió: > Gracias, Miguel. > > Desafortunadamente tampoco funciona: > > head(r) > [1] "\xff\xfeM" "a" "d" "f" "a" "p" > > El texto original comienza con > > "Muchos años después, frente al pelotón de fusilamiento, el coronel > Aureliano Buendía había de recordar aquella tarde remota en qu...
2014 Mar 12
3
Lectura de texto
Hola a todos, Me gustaria leer el texto que se encuentra en http://dl.dropboxusercontent.com/u/9601860/txt.txt He intentado txt <- 'http://dl.dropboxusercontent.com/u/9601860/txt.txt' r <- scan(txt) #Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, : # invalid multibyte string at '<ff><fe>M' r <- read.table(txt, header = FALSE)