Displaying 4 results from an estimated 4 matches for "validado".
2014 Mar 12
2
Lectura de texto
Hola.
Con r <- scan(txt, character(0)) creo que debiera montarse el texto carácter a carácter.
He comprobado que funciona pero no he validado la importación del texto.
Igual es un camino que lleva a alguna parte....
Un Saludo,
Miguel.
-----Mensaje original-----
De: r-help-es-bounces en r-project.org [mailto:r-help-es-bounces en r-project.org] En nombre de Carlos Ortega
Enviado el: miércoles, 12 de marzo de 2014 9:48
Para: Jorge I Ve...
2009 Feb 26
2
When ODBC native support in wine?
Hello, first , I would like to thank you for your great work with wine.
When will be possible I fine implementation of ODBC support in wine? the actual with MDAC25 /27/28 are not very fine and a lot of people have a lot of problem .... where are a very high application number that need this feature for run proporty.
Thanks a lot
2014 Mar 12
2
Lectura de texto
...os,
> Jorge.-
>
>
>
>
> 2014-03-12 19:53 GMT+11:00 <miguel.angel.rodriguez.muinos@sergas.es>:
>
> Hola.
>>
>> Con r <- scan(txt, character(0)) creo que debiera montarse el texto
>> carácter a carácter.
>> He comprobado que funciona pero no he validado la importación del texto.
>> Igual es un camino que lleva a alguna parte....
>>
>> Un Saludo,
>> Miguel.
>>
>>
>>
>>
>> -----Mensaje original-----
>> De: r-help-es-bounces@r-project.org [mailto:
>> r-help-es-bounces@r-project.org] En...
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)