Learn R Programming

RSEIS (version 2.8-1)

sysinfo: System Information

Description

Extract OS system information

Usage

sysinfo()

Arguments

Value

  • A=.Machine, B=.Platform

Details

Returns parts of the output of variables .Machine and .Platform.

Endian Problem these should be used for reading binary data when crossing platforms. If binary files are created on a little-endian platform, but are being read on a big-endian platform, then one should use "swap".

SizeOf Problem Many older machines use 4 bytes for LONG. Newer 64 bit machines use 8 bytes for LONG = so this is a big problem.

See Also

.Machine, .Platform

Examples

Run this code
sysinfo()

Run the code above in your browser using DataLab