Learn R Programming

xpose (version 0.4.19)

print.xpose_data: 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 xpose_data
print(x, ...)

Arguments

x

An xpose_data object generated with xpose_data.

...

Ignored in this function

Examples

Run this code
# Using the print function
print(xpdb_ex_pk)

# Or simply by writing the xpdb name
xpdb_ex_pk

Run the code above in your browser using DataLab