.check_feature_availability {familiar} | R Documentation |
Internal function to check whether feature columns are found in the data
Description
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.
Usage
.check_feature_availability(data, feature)
Arguments
data |
Data set as loaded using the |
feature |
Character string(s) indicating one or more features. |
[Package familiar version 1.5.0 Index]