check_feature.Rd
intermediate function used to display log messages check if a specific feature exist in the data
check_feature(
data,
feature,
plots,
func,
na_check,
values,
check_same,
check_range,
check_positive,
check_unique
)
dataset
(data.frame
) feature to display analysis
(function
) type of analysis (graph)
either forest
, tradeoff
, contour
, value_tree
function to check data type
(logical
) check if the feature has missing values
(vector
) check if the feature contains specified values
(logical
) check if the feature has the same value across all rows
(vector
) check if the feature is in the specified range
(logical
) check if the feature is positive
(vector
) check if unique values of a feature is associated with unique values of linked features
error message(s), if any
DETAILS