View source: R/print.projoint_data.R
| print.projoint_data | R Documentation |
Custom print method for objects of class projoint_data.
## S3 method for class 'projoint_data'
print(x, ...)
x |
A |
... |
Additional arguments (currently unused). |
No return value, called for its side effect of printing a summary of
the projoint_data object to the console.
data(exampleData1)
dat <- reshape_projoint(
exampleData1,
.outcomes = c("choice1", "choice2")
)
print(dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.