print.x3p: Show meta information of an x3p file

Description Usage Arguments Examples

View source: R/print_x3p.R

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

1
2
## S3 method for class 'x3p'
print(x, ...)

Arguments

x

x3p object

...

ignored

Examples

1
2
logo <- x3p_read(system.file("csafe-logo.x3p", package="x3ptools"))
print(logo)

x3ptools documentation built on Nov. 27, 2021, 1:06 a.m.