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

View source: R/table.R

prepare_to_joinR Documentation

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)

Arguments

table

A tibble, the instances table.

unknown_value

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

Value

A tibble.


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