summary.px {pxR}R Documentation

summary.px

Description

Compactly display the internal structure of a px object.

Usage

## S3 method for class 'px'
summary( object, ... )

Arguments

object

a px object

...

Additional arguments, currently not used

Value

A verbose description of data and metadata within the px object.

Author(s)

Carlos J. Gil Bellosta

References

https://www.scb.se/globalassets/vara-tjanster/px-programmen/px-file_format_specification_2013.pdf

See Also

read.px as.data.frame.px

Examples

my.px.object <- read.px(system.file( "extdata", "example.px", package = "pxR"))
summary(my.px.object)

[Package pxR version 0.42.7 Index]