Learn R Programming

PamBinaries (version 1.9.3)

pamBinRead: Read Pamguard Binary Data

Description

A wrapper for reading various types of binary data.

Usage

pamBinRead(
  fid,
  what = c("int8", "int16", "int32", "int64", "uint8", "uint16", "float", "double",
    "character"),
  n,
  seek = FALSE
)

Value

Data of the type and number specified.

Arguments

fid

The binary file being read

what

The type of data to read. Int64 is not handled natively by R, see note.

n

The number of objects to read.

seek

Whether or not to just seek instead of reading

Author

Taiki Sakai taiki.sakai@noaa.gov