widen_flat_table {geomultistar} | R Documentation |
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.
widen_flat_table(ft, pk, measures)
ft |
A |
pk |
A vector of names. |
measures |
A vector of names. |
A list of tibble
objects.