prepare_to_join {rolap} | R 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 |
unknown_value |
A string, value used to replace NA values in dimensions. |
Value
A tibble
.
[Package rolap version 2.5.1 Index]