summary.px | R Documentation |
Compactly display the internal structure of a px object.
## S3 method for class 'px' summary( object, ... )
object |
a px object |
... |
Additional arguments, currently not used |
A verbose description of data and metadata within the px object.
Carlos J. Gil Bellosta
https://www.scb.se/globalassets/vara-tjanster/px-programmen/px-file_format_specification_2013.pdf
read.px
as.data.frame.px
my.px.object <- read.px(system.file( "extdata", "example.px", package = "pxR")) summary(my.px.object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.