View source: R/toBIN_features.R
toBIN_features | R Documentation |
Helper to convert features ('IFC_features' object) to raw vector.
toBIN_features(
features,
w_con = raw(),
endianness = .Platform$endian,
verbose = FALSE,
display_progress = TRUE,
title_progress = "",
...
)
features |
an 'IFC_features' 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. |
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. |
a raw vector of features binaries.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.