# NOT RUN {
# qMap a number
qMap(313) # "gift"
# qMap four words, three can be matched.
qMap(c("three", "free", "cold", "beer")) # NA 287 125 34
# return the entire QQ table
x <- qMap(0:1023)
# }
Run the code above in your browser using DataLab