Title: | Entab |
---|---|
Description: | Entab is a record-format file reader. |
Authors: | Roderick |
Maintainer: | Roderick <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.3.1 |
Built: | 2024-11-25 16:27:54 UTC |
Source: | https://github.com/ethanbass/entab |
i.e. Reader$metadata(), Reader$headers(), and Reader$parser()
## S4 method for signature 'Reader' x$name
## S4 method for signature 'Reader' x$name
Convert the Reader into a data.frame
## S4 method for signature 'Reader' as.data.frame(x, row.names = NULL, optional = FALSE, ...)
## S4 method for signature 'Reader' as.data.frame(x, row.names = NULL, optional = FALSE, ...)
Create a new Reader
## S4 method for signature 'Reader' initialize(.Object, filename, parser = "")
## S4 method for signature 'Reader' initialize(.Object, filename, parser = "")
.Object |
base object |
filename |
path to the file to be parsed |
parser |
name of the parser to be used; if not specified, auto-detected |
Reader wrapping the opened file
entab: a package for reading record-oriented file types
Pretty-print a description of the Reader
## S4 method for signature 'Reader' show(object)
## S4 method for signature 'Reader' show(object)