# NOT RUN {
# sxtMap three bit patterns
sxtMap(c("101101", "011011", "010110")) # "t" "b" "W"
# sxtMap three encoding characters
sxtMap(c("a", "b", "c")) # "011010" "011011" "011100"
# print the entire r64 vector as one string
paste0(sxtMap(1:64), collapse = "")
# }
Run the code above in your browser using DataLab