Save a model

save_model(model, verbose = getOption("floodam_building_verbose"))

Arguments

model

model

verbose

logical, default to getOption("floodam_building_verbose")

Value

An object of class "model" with those characteristics

building

list, representation of information stored in the building file

path

list, useful paths to read and write data

file_name

list, useful file names to read and write data

#

Examples

if (FALSE) {
load_model_from_xml("data/test/building.xml")
}