buildDictionary: Build Dictionary From Text Or File

Description Usage Arguments Value

Description

This function extracts keys/values from file or text and return key/values in data.frame

Usage

1
buildDictionary(inText, readfile = TRUE, formatKey = TRUE)

Arguments

inText

The input text, or, a filename.

readfile

If TRUE, inText is a filename to read from.

formatKey

If TRUE, the key is formatted to <key> instead of key.

Value

This function returns a data.frame with keys and values.


ecology-rocks/grammaR documentation built on May 15, 2019, 7:58 p.m.