read_float_vector: Read an vector of floats from a binary connection

View source: R/read_float_vector.R

read_float_vectorR Documentation

Read an vector of floats from a binary connection

Description

Reads n number of 4 bytes in little Endian and converts numeric vector

Usage

read_float_vector(con, n = 1)

Arguments

con

a file connection

n

size of vector

Value

a numeric


barefootbiology/heyexr documentation built on July 9, 2022, 3:35 a.m.