Learn R Programming

Wmisc (version 0.3.4)

Wamser Misc: Reading Files by Tokens, Stateful Computations, Utility Functions

Description

A tokenizer to read a text file token by token with a very lightweight API, a framework for stateful computations with finite state machines and a few string utility functions.

Copy Link

Version

Install

install.packages('Wmisc')

Monthly Downloads

4

Version

0.3.4

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Markus S. Wamser

Last Published

January 13th, 2018

Functions in Wmisc (0.3.4)

readTokens

Read the remaining tokens from a Tokenizer up to the end of the underlying file.
Tokenizer

Create a Tokenizer to read string tokens from a memory mapped file. A more flexible, incremental, easy-to-use variant of a readlines() function.
Wmisc

Wmisc -- Misc. helper functions and tools.
Automat

Create an Automat for stateful computation, such as parsing.
Strings

Head and Tail functions for Strings.