qs (version 0.12)

is_big_endian: System Endianness

Description

Tests system endianness. Intel and AMD based systems are little endian, and so this function will likely return `FALSE`. The `qs` package is not capable of transferring data between systems of different endianness. This should not matter for the large majority of use cases.

Usage

is_big_endian()

Arguments

Value

`TRUE` if big endian, `FALSE` if little endian.

Examples

Run this code
# NOT RUN {
is_big_endian() # returns FALSE on Intel/AMD systems
# }

Run the code above in your browser using DataCamp Workspace