View source: R/dimensional_query_run_geoquery.R
widen_flat_table | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.