toXML2_pops {IFC}R Documentation

IFC_pops XML Conversion

Description

Helper to convert populations ('IFC_pops' object) to XML nodes.

Usage

toXML2_pops(
  pops,
  verbose = FALSE,
  display_progress = TRUE,
  title_progress = "",
  ...
)

Arguments

pops

an 'IFC_pops' 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 xml_node.


[Package IFC version 0.2.1 Index]