Value/Attribute Classifier which considers number like cells as values
numeric_values_classifier(x, ..., allow_chars, verbose = FALSE)# S3 method for default
numeric_values_classifier(x, ..., allow_chars = NULL, verbose = FALSE)
# S3 method for cell_df
numeric_values_classifier(x, ..., allow_chars, verbose = FALSE)
Either a cell_df
or
leave blank for function output (required by value_attribute_classify
)
(Optional) Allow characters together with numbers. (a character vector)
Logical scalar for printing discovered cells (which gets new type by this rule)