Package 'entab'

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

Help Index


Expose methods

Description

i.e. Reader$metadata(), Reader$headers(), and Reader$parser()

Usage

## S4 method for signature 'Reader'
x$name

Convert the Reader into a data.frame

Description

Convert the Reader into a data.frame

Usage

## S4 method for signature 'Reader'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)

Create a new Reader

Description

Create a new Reader

Usage

## S4 method for signature 'Reader'
initialize(.Object, filename, parser = "")

Arguments

.Object

base object

filename

path to the file to be parsed

parser

name of the parser to be used; if not specified, auto-detected

Value

Reader wrapping the opened file


entab: a package for reading record-oriented file types

Description

entab: a package for reading record-oriented file types


Pretty-print a description of the Reader

Description

Pretty-print a description of the Reader

Usage

## S4 method for signature 'Reader'
show(object)