rdaHeader | R Documentation |
This reads the metadata at the start of an RDA stream and returns the format version, etc.
rdaHeader(con)
con |
the name of a file or a connection object |
A list
format |
character string |
version |
integer value |
writer_version |
3-element numeric vector giving the major, minor and patch number for which version of R wrote the RDA content. |
min_reader_version |
3-element numeric vector giving the major, minor and patch number for which version of R wrote the RDA file which can read this RDA content. |
native_encoding |
character string |
Duncan Temple Lang
R Internals manual
load
, save
toc
,
f = system.file("sampleRDA", "test.rda", package = "RDAInfo")
rdaHeader(f)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.