Learn R Programming

pxR (version 0.42.7)

summary.px: summary.px

Description

Compactly display the internal structure of a px object.

Usage

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

Value

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

Arguments

object

a px object

...

Additional arguments, currently not used

Author

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

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

Run the code above in your browser using DataLab