This generic function is used to add economics data to a specified object.

add_economics(object, econ_name, econ_raw, risks_raw, risks_vhr_raw)

Arguments

object

The object to which the economics data will be added.

econ_name

A character string representing the name of the economics data.

econ_raw

The raw economics data to be added.

risks_raw

The raw risks data associated with the economics data.

risks_vhr_raw

The raw very high risk data associated with the economics data.

Value

The object with the added economics data.