powered by
Creates a character key from arbitray R objects. For more details see vignette("listArray").
vignette("listArray")
key(...)
R objects
a unique character key
# 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