buildEntry: Build Entry From Key And Values

Description Usage Arguments Value Examples

Description

The tiniest function ever to build a key value entry. It is essentially the opposite of extractKey and extract Value.

Usage

1
buildEntry(key, values)

Arguments

key

A string with the key value inside.

values

A vector of strings with the values.

Value

This function returns your new string.

Examples

1
buildEntry("rawr", c("a", "b", "c"))

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