Learn R Programming

x3ptools (version 0.0.4)

print.x3p: Show meta information of an x3p file

Description

print.x3p expands the generic print method for x3p objects. It gives a summary of the most relevant x3p meta information and returns the object invisibly.

Usage

# S3 method for x3p
print(x, ...)

Arguments

x

x3p object

...

ignored

Examples

Run this code
logo <- x3p_read(system.file("csafe-logo.x3p", package="x3ptools"))
print(logo)

Run the code above in your browser using DataLab