prepare_to_join {rolap} | R Documentation |
tibble
to joinTransform all fields in the instances table to character type and replace
the NA
values to facilitate the join operation.
prepare_to_join(table, unknown_value)
table |
A |
unknown_value |
A string, value used to replace NA values in dimensions. |
A tibble
.