print.PanelData: Print PanelData objects and basic metadata

View source: R/PanelData.R

print.PanelDataR 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

PanelData object

...

additional arguments to be passed to print.data.frame()

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)


PanelMatch documentation built on June 8, 2025, 10:37 a.m.