Learn R Programming

geogenr (version 1.0.1)

interpret_all: interpret_all

Description

Apply each of the available functions to the value to classify it.

Usage

interpret_all(mdr, val, value, interpret, field_values, other_field)

Value

A result structure.

Arguments

mdr

A tibble row.

val

A transformed value.

value

A value to classify.

interpret

Vector of functions to consider.

field_values

A data frame that stores associations between fields and values.

other_field

Included field that can contain the value "other".