print.xpose_data: Print an xpose_data object

View source: R/print_xpose_data.R

print.xpose_dataR Documentation

Print an xpose_data object

Description

This function returns to the console a list of the files and options attached to an xpose_data object.

Usage

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

Arguments

x

An xpose_data object generated with xpose_data.

...

Ignored in this function

Examples

# Using the print function
print(xpdb_ex_pk)

# Or simply by writting the xpdb name
xpdb_ex_pk


xpose documentation built on July 9, 2023, 6:12 p.m.