makeNewDictionary: Interactive: Make A New Dictionary

Description Usage Arguments Value

Description

This is an interactive function that will help you build a dictionary. The writeme functionality is currently NOT implemented. This function is not tested thoroughly because of its interactive nature. Assign this function to a variable to save your results.

Usage

1
2
3
makeNewDictionary(writeme = FALSE, filename = "", carryme = c(),
  carrydf = data.frame(key = "", val = "", stringsAsFactors = F),
  vectorPrint = "")

Arguments

writeme

When active, this parameter should let you write to a file.

filename

The file to write to, when writeme works.

carryme

This is a vector of other lines to include in the file. It gets carried recursively through the function.

carrydf

Another recursive option, do not use.

vectorPrint

Another recursive option.

Value

This function returns a vector of key::=vals dictionary entries.


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