All pastes #3590201 Raw Edit

Miscellany

public unlisted text v1 · immutable
#3590201 ·published 2016-05-04 01:52 UTC
rendered paste body
# sample_hash.R:

keys <- c('AB', 'AC')

values <- c(c('hello', 0), c('world', 0))

names(values) <- keys

cat(length(values))