dot-check_feature_availability: Internal function to check whether feature columns are found...

.check_feature_availabilityR 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 .load_data function.

feature

Character string(s) indicating one or more features.


familiar documentation built on Sept. 30, 2024, 9:18 a.m.