unpanel | R Documentation |
This convenience function removes the special features of
panel_data
.
unpanel(panel)
panel |
A |
An ungrouped tibble
.
data("WageData")
wages <- panel_data(WageData, id = id, wave = t)
wages_non_panel <- unpanel(wages)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.