Learn R Programming

xpose (version 0.4.19)

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

Examples

Run this code
summary(xpdb_ex_pk)

Run the code above in your browser using DataLab