powered by
This convenience function removes the special features of panel_data.
panel_data
unpanel(panel)
An ungrouped tibble.
tibble
A panel_data object.
data("WageData") wages <- panel_data(WageData, id = id, wave = t) wages_non_panel <- unpanel(wages)
Run the code above in your browser using DataLab