Helper to convert features (`IFC_features` object) to XML nodes.
toXML2_features(
features,
verbose = FALSE,
display_progress = TRUE,
title_progress = ""
)
a xml_node.
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 ""
.