Try the following:
f <- file("your file", "rb") # read in binary mode
input <- readLines(f)
close(f)
On Mon, Jun 9, 2008 at 7:02 PM, Dennis Fisher <[EMAIL PROTECTED]> wrote:
> Colleagues
>
> I have just encountered an interesting problem with readLines in R
> 2.7.0 in Windows Vista. I am tryin
Colleagues
I have just encountered an interesting problem with readLines in R
2.7.0 in Windows Vista. I am trying to read a line that is created in
the following manner:
1. Intel Fortran (ifort) 10.1 creates two text files.
2. The OS concatenates these files with: copy
2 matches
Mail list logo