datadr (version 0.8.4)

kvPairs: Specify a Collection of Key-Value Pairs

Description

Specify a collection of key-value pairs

Usage

kvPairs(...)

Arguments

...
key-value pairs (lists with two elements)

Value

  • a list of objects of class "kvPair"

See Also

kvPair

Examples

Run this code
kvPairs(kvPair(1, letters), kvPair(2, rnorm(10)))

Run the code above in your browser using DataLab