print.projoint_data: Print a projoint_data object

View source: R/print.projoint_data.R

print.projoint_dataR Documentation

Print a projoint_data object

Description

Custom print method for objects of class projoint_data.

Usage

## S3 method for class 'projoint_data'
print(x, ...)

Arguments

x

A projoint_data object.

...

Additional arguments (currently unused).

Value

No return value, called for its side effect of printing a summary of the projoint_data object to the console.

Examples


data(exampleData1)
dat <- reshape_projoint(
  exampleData1,
  .outcomes = c("choice1", "choice2")
)
print(dat)


projoint documentation built on Feb. 16, 2026, 5:10 p.m.