View source: R/redefine_utils.R
redefine_features_def_feat | R Documentation |
Helper to rename a feature within IFC_features_def.
redefine_features_def_feat(
features_def,
to_match_feat = NULL,
to_replace_feat = NULL,
force_default = FALSE,
...
)
features_def |
an 'IFC_features_def' object or a list containing features definition. Default is missing. |
to_match_feat |
a string with a features_def name to use for matching 'features_def' names. Default is NULL |
to_replace_feat |
a string of features_def name to use for replacing 'features_def' names. Default is NULL |
force_default |
whether to force default names for features (except the one defined by 'to_replace_feat'). This removes custom names and replaces them with default values. Default is FALSE. |
... |
Other arguments to be passed. |
an 'IFC_features_def' object, or a list containing features definition
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.