-
Day03 - R studio데이터분석 2020. 5. 24. 14:38
install.packages, library, read.csv, fread, getwd, setwd, read.csv(file.choose()), nrow, ncol, qplot, if, else if, readline,paste, as.numeric
주의 - inatall.packages할때 java설치가 안되있으면 에러날때가 있기 때문에 java를 설치해주어야 함
에러: package or namespace load failed for ‘xlsx’: .onLoad가 loadNamespace()에서 'rJava'때문에 실패했습니다:
java 설치 참고 url - https://blog.dalso.org/it/4769
list
source
console
파일 불러오기 - csv
source
console
파일 불러오기- 엑셀
source
console
데이터 프레임 총정리 - source
추가 문제풀기 - source
조건문
source
'데이터분석' 카테고리의 다른 글
Day04 - R studio (0) 2020.05.31 Day02 - Rstudio (0) 2020.05.17 Day01 - R studio 설치 및 실행 (0) 2020.05.10