widen_flat_table {geomultistar} | R Documentation |
widen_flat_table
Description
Makes the pk fields the primary key of the table. The rest of the fields that prevent them from being so, are extracted to another table. The original table is widened by combining the extracted fields with the measures.
Usage
widen_flat_table(ft, pk, measures)
Arguments
ft |
A |
pk |
A vector of names. |
measures |
A vector of names. |
Value
A list of tibble
objects.
[Package geomultistar version 1.2.1 Index]