toXML2_pops: IFC_pops XML Conversion

View source: R/toXML2_pops.R

toXML2_popsR 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.


IFC documentation built on Sept. 14, 2023, 1:08 a.m.