replace_empty_values_table: Replace empty values with the unknown value

View source: R/table.R

replace_empty_values_tableR 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.


rolap documentation built on May 29, 2024, 10:38 a.m.