Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 1.2.2.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ install.packages("readxl") # 외부 엑셀,텍스트,CSV파일등일 읽어들
library(readxl) # readxl 패키지를 불러오는 함수 library

xel <- read_excel("D:/KR_pl.xlsx") # xel이라는 함수에 D드라이브 안에 KR_all이라는 엑셀을 읽어드려서 저장
View(xel) # 데이터를 볼수 있게함
View(xel) # 데이터를 볼수 있게함