print.PanelData | R Documentation |
Print PanelData objects and basic metadata
## S3 method for class 'PanelData'
print(x, ..., n = 5, verbose = FALSE)
x |
|
... |
additional arguments to be passed to |
n |
Integer. Number of rows to print by default for previewing data. Default is 5. |
verbose |
Logical. Print the entire data frame, rather than just a preview. Default is FALSE. |
Returns nothing but prints PanelData
object. This is a data frame that has been balanced, sorted, and tagged with important metadata to facilitate the use of other functions.
d <- PanelData(dem, "wbcode2", "year", "dem", "y")
print(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.