.check_feature_availability {familiar} | R Documentation |
This function checks whether feature columns can be found in the data set. It will raise an error if any feature columns are missing from the data set.
.check_feature_availability(data, feature)
data |
Data set as loaded using the |
feature |
Character string(s) indicating one or more features. |