replace_empty_values_table: Replace empty values with the unknown value
Description
Replace empty values with the unknown value
Usage
replace_empty_values_table(
table,
attributes = NULL,
empty_values = NULL,
unknown_value
)
Arguments
- table
A tibble object.
- attributes
A vector of names.
- empty_values
A vector of values that correspond to empty values.
- unknown_value
A string.