Learn R Programming

tidycells (version 0.2.2)

numeric_values_classifier: Value/Attribute Classifier which considers number like cells as values

Description

Value/Attribute Classifier which considers number like cells as values

Usage

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)

Arguments

x

Either a cell_df or leave blank for function output (required by value_attribute_classify)

allow_chars

(Optional) Allow characters together with numbers. (a character vector)

verbose

Logical scalar for printing discovered cells (which gets new type by this rule)

See Also

value_attribute_classify