toBIN_images: IFC_images Raw Conversion

View source: R/toBIN_images.R

toBIN_imagesR Documentation

IFC_images Raw Conversion

Description

Helper to convert images ('IFC_images' object) to raw vector.

Usage

toBIN_images(
  images,
  w_con = raw(),
  endianness = .Platform$endian,
  verbose = FALSE,
  display_progress = TRUE,
  title_progress = "",
  ...
)

Arguments

images

an 'IFC_images' object.

w_con

a connection opened for writing. Default is raw().

endianness

The endian-ness ("big" or "little") of the target system for the file. Default is .Platform$endian.
Endianness describes the bytes order of data stored within the files. This parameter may not be modified.

verbose

whether to display message about current action. Default is FALSE.

display_progress

whether to display a progress bar. Default is TRUE.

title_progress

character string, giving the title of the progress bar. Default is "".

...

other arguments to be passed.

Value

an raw vector of images binaries.


IFC documentation built on Sept. 14, 2023, 1:08 a.m.