r_snippets
This is an old revision of the document!
R snippets
# 리스트를 만들자! > abcde=c("a","b","c","d","e") > nato.abcde=c("Alpha","Bravo","Charlie","Delta","Echo") > myList.row = setNames(as.list(nato.abcde),abcde) > myList.col = list(alphabet = abcde, nato.phonetic.code = nato.abcde)
r_snippets.1549615990.txt.gz · Last modified: (external edit)