A wrapper for reading various types of binary data.
pamBinRead(
fid,
what = c("int8", "int16", "int32", "int64", "uint8", "uint16", "float", "double",
"character"),
n,
seek = FALSE
)
Data of the type and number specified.
The binary file being read
The type of data to read. Int64 is not handled natively by R, see note.
The number of objects to read.
Whether or not to just seek instead of reading
Taiki Sakai taiki.sakai@noaa.gov