expand <- function(s){ strsplit(s,"")[[1]] }
expand <- function(s){ unlist(strsplit(s,"")) }
expand <- function(s){ unlist(strsplit(s,NULL)) }
CC-BY-SA 3.0 · Powered by MediaWiki
개인정보처리방침 · ABOUT