Learn R Programming

rolap (version 2.5.1)

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
)

Value

A tibble object.

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.