Control Inputs for Extracting Data
control_inputs_extract_data.Rd
This function checks the validity of input data and the feature name column. It ensures that the input data is a dataframe, the feature name column is specified correctly, and contains valid data.
Details
The function performs the following checks: - Ensures the input data is a dataframe. - Checks if the feature name column is a single string and exists in the data. - Ensures the specified feature name column does not contain only `NA` values. - Checks if the input dataframe is not empty.
If any of these checks fail, the function stops with an error message.