Learn R Programming

IFC (version 0.1.2)

redefine_features_def_feat: IFC_features_def Feature Redefinition

Description

Helper to rename a feature within IFC_features_def.

Usage

redefine_features_def_feat(
  features_def,
  to_match_feat = NULL,
  to_replace_feat = NULL,
  ...
)

Arguments

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

...

Other arguments to be passed.

Value

an `IFC_features_def` object, or a list containing features definition