head.x3p: Show meta information of an x3p file

View source: R/head_x3p.R

head.x3pR Documentation

Show meta information of an x3p file

Description

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

Usage

## S3 method for class 'x3p'
head(x, n = 6L, ...)

Arguments

x

x3p object

n

number of rows/columns of the matrix

...

extra parameters passed to head.matrix()

Examples

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

x3ptools documentation built on May 29, 2024, 10:33 a.m.