Learn R Programming

listArray (version 0.1.1)

key: key

Description

Creates a character key from arbitray R objects. For more details see vignette("listArray").

Usage

key(...)

Arguments

...

R objects

Value

a unique character key

Examples

Run this code
# NOT RUN {
key(1)
key(2,3)
key(1:3)
key(mean)
key('test')
key(letters[1:5])
key(list(1))
key(iris)
# }

Run the code above in your browser using DataLab