From 1a04a24d01fb23a73694d10e7ede01e7e54f0f30 Mon Sep 17 00:00:00 2001 From: Park Hyeonggyu <162649328+Tom7418@users.noreply.github.com> Date: Sat, 23 Mar 2024 20:55:56 +0900 Subject: [PATCH] Update 1.2.2.R --- 1.2.2.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.2.2.R b/1.2.2.R index d61bd9d..5020464 100644 --- a/1.2.2.R +++ b/1.2.2.R @@ -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) # 데이터를 볼수 있게함