R언어에서 숫자로 된 문자여을 숫자로 변환하기 (string 에서 integer로)



string<-"123"


strtoi(string)

as.integer(123)







Posted by 김용환 '김용환'

댓글을 달아 주세요