Learn R Programming

PanelMatch (version 3.1.1)

print.PanelData: Print PanelData objects and basic metadata

Description

Print PanelData objects and basic metadata

Usage

# S3 method for PanelData
print(x, ..., n = 5, verbose = 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.

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.

Examples

Run this code
d <- PanelData(dem, "wbcode2", "year", "dem", "y")
print(d)

Run the code above in your browser using DataLab