powered by
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.
head.x3p
# S3 method for x3p head(x, n = 6L, ...)
x3p object
number of rows/columns of the matrix
extra parameters passed to head.matrix()
# NOT RUN { logo <- read_x3p(system.file("csafe-logo.x3p", package="x3ptools")) head(logo) # }
Run the code above in your browser using DataLab