datadr (version 0.8.6.1)

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
# NOT RUN {
kvPairs(kvPair(1, letters), kvPair(2, rnorm(10)))
# }

Run the code above in your browser using DataLab