summary.xpose_data: Summarizing xpose_data
Description
This function returns a summary of an xpose_data
to the console.
Usage
# S3 method for xpose_data
summary(object, .problem = NULL, ...)
Arguments
- object
An xpose_data
object generated with xpose_data
.
- .problem
The problem to be used, by default returns the last one for each label.
- ...
Ignored in this function