Rの備忘録
> rawToChar(as.raw(65)) [1] "A" > rawToChar(as.raw(66)) [1] "B
> rawToChar(as.raw(65:(65+25))) [1] "ABCDEFGHIJKLMNOPQRSTUVWXYZ"