datadr (version 0.8.4)

kvPair: Specify a Key-Value Pair

Description

Specify a key-value pair

Usage

kvPair(k, v)

Arguments

k
key - any R object
v
value - any R object

Value

  • a list of objects of class "kvPair"

See Also

kvPairs

Examples

Run this code
kvPair("name", "bob")

Run the code above in your browser using DataLab