print.PanelData {PanelMatch} | R Documentation |
Print PanelData objects and basic metadata
Description
Print PanelData objects and basic metadata
Usage
## S3 method for class 'PanelData'
print(x, ..., n = 5, verbose = FALSE)
Arguments
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. |
Value
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.
Examples
d <- PanelData(dem, "wbcode2", "year", "dem", "y")
print(d)
[Package PanelMatch version 3.1.1 Index]