Learn R Programming

rolap (version 2.5.1)

prepare_to_join: Prepare the instances table implemented by a tibble to join

Description

Transform all fields in the instances table to character type and replace the NA values to facilitate the join operation.

Usage

prepare_to_join(table, unknown_value)

Value

A tibble.

Arguments

table

A tibble, the instances table.

unknown_value

A string, value used to replace NA values in dimensions.