replace_empty_values_table {rolap}R Documentation

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.

Value

A tibble object.


[Package rolap version 2.5.1 Index]