Helper to convert features (`IFC_features` object) to raw vector.
toBIN_features(
features,
endianness = .Platform$endian,
verbose = FALSE,
display_progress = TRUE,
title_progress = "",
...
)
an `IFC_features` object.
whether to display message about current action. Default is FALSE.
whether to display a progress bar. Default is TRUE.
character string, giving the title of the progress bar. Default is "".
other arguments to be passed.
a raw vector of features binaries.