Skip to content
Prev 1400 / 1559 Next

Fortran ACCESS='DIRECT' for importing Binary Files

Is there a command similar to Fortran's Access='DIRECT' command for reading
binary files in R?  I am interested in writing a program to access specific
parts of a binary file, where many years of results are bound together in
one file.

An option would be to call this Fortran function from within R.

Thanks for any thoughts.

Jared