View source: R/replace-gear-names.R
replace_gear_names | R Documentation |
Change the gear names in already-loaded models. This function takes
a list of outputs from load_iscam_files()
and changes the gear names
and/or abbreviations inside them
replace_gear_names(
models,
old_gear_names = NULL,
new_gear_names = NULL,
old_gear_abbrevs = NULL,
new_gear_abbrevs = NULL
)
models |
A list of outputs of |
old_gear_names |
A vector of the old gear names to replace.
See model object ( |
new_gear_names |
A vector of the new gear names. Must be the same
length as |
old_gear_abbrevs |
A vector of the old gear abbreviations to replace.
See model object ( |
new_gear_abbrevs |
A vector of the new gear abbrevs. Must be the same
length as |
A modified list of models
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.