read.ulong: Read unsigned long from connection as numeric

Description Usage Arguments Value

View source: R/read.ulong.R

Description

Read unsigned long from connection as numeric

Usage

1
read.ulong(con, endian)

Arguments

con

a connection object. It cannot be a character string naming a file or a raw vector as it reads by words and will start over for the second word.

endian

The endian-ness ("big" or "little") of the target system for the file. Files produced with LoggerNet on MS Windows are little-endian.

Value

numeric


mlt/csdf documentation built on May 23, 2019, 4:06 a.m.