is_panel | R Documentation |
This is a convenience function that checks whether an object
is a panel_data
object.
is_panel(x)
x |
Any object. |
data("WageData")
is_panel(WageData) # FALSE
wages <- panel_data(WageData, id = id, wave = t)
is_panel(wages) # TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.