Renames populations in an `IFC_data` object
popsRename(
obj,
old_names = character(),
new_names = character(),
loops = 10L,
verbose = TRUE,
...
)
an object of class `IFC_data`.
an `IFC_data`.
character vector of name(s) of population(s) to rename inside 'obj'. Default is character().
character vector of desired new population(s) name(s). Default is character().
a positive integer specifying the maximum number of recursive loops before raising an error. Default is 10L.
whether to show a final message about the renaming. Default is TRUE.
other arguments to be passed.