rfBin: Read binary file

View source: R/rfBin.R

rfBinR Documentation

Read binary file

Description

rfBin is a front-end to readBin that reads the entire content of a binary file.

Usage

rfBin(filename, what = 1L, ...)

Arguments

filename

name of the file to read

what

either an integer or real vector defining the payload type

...

additional parameters passed to readBin

Value

Same as readBin

Author(s)

Simon Urbanek


s-u/snippets documentation built on June 29, 2022, 6:42 a.m.