read.lmp {wal}R Documentation

Read binary lump, or 'lmp' files.

Description

Read binary lump, or 'lmp' files.

Usage

read.lmp(filepath, dlength = 768L)

Arguments

filepath

character string, path to the input file.

dlength

the expected data length, in bytes.

Value

vector of dlength unsigned integers in range 0..255.


[Package wal version 0.1.1 Index]