Learn R Programming

projoint (version 1.0.6)

print.projoint_data: Print a projoint_data object

Description

Custom print method for objects of class projoint_data.

Usage

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

Value

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

Arguments

x

A projoint_data object.

...

Additional arguments (currently unused).

Examples

Run this code
# \donttest{
data(exampleData1)
dat <- reshape_projoint(
  exampleData1,
  .outcomes = c("choice1", "choice2")
)
print(dat)
# }

Run the code above in your browser using DataLab