8. 입력과 출력

함수 기본값 설명
read.table() sep=””, header=FALSE read txt file
read.csv() sep=”,”, header=TRUE red csv file
read.delim() sep=”\t”, header=TRUE, dec=”,” 탭 구분 기호를 사용한 파일

9-1. 문자열 작업

Wordcloud

Pattern Matching and Replacement