Learn R Programming

IFC (version 0.1.1)

toBIN_features: IFC_features Raw Conversion

Description

Helper to convert features (`IFC_features` object) to raw vector.

Usage

toBIN_features(
  features,
  endianness = .Platform$endian,
  verbose = FALSE,
  display_progress = TRUE,
  title_progress = "",
  ...
)

Arguments

features

an `IFC_features` object.

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

a raw vector of features binaries.