Description Usage Arguments Value Examples
This convenience function removes the special features of
panel_data
.
1 | unpanel(panel)
|
panel |
A |
An ungrouped tibble
.
1 2 3 | 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.