Description Usage Arguments Value Internal implementation See Also
S3 method that returns an S3 SamHeader objet.
1 2 3 4 5 6 7 8 9 10 |
x |
For |
... |
Required for S3 object method implementation. Not currently used. |
source |
The |
For SamHeader(), a SamHeader object.
For as.data.frame(SamHeader), a data frame as generated by
parseSamHeaderLines,
A SamHeader object is supposed to be
opaque to the user, with internals accesible via SamSource(x),
as.data.frame(x), and areHeaderTagsParsed(x).
Currently this object is structured as a list with two elements:
header which is the header data frame and
areHeaderTagsParsed, which is TRUE when the record sub-tags
are parsed parsed and FALSE otherwise. Currently this is always
false. The object also has an attribute, source, which is the source
object. This structure may change on a patch release with no notice.
Sam, SamSource, as.data.frame.SamSource
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.