본문 바로가기
공부 기록/R

Error in file(file, "rt") : cannot open the connection. In file(file, "rt") : cannot open file '파일.csv': No such file or directory 해결

by 윤wander 2022. 2. 3.
728x90
728x90

0. 오류

Error in file(file, "rt") : cannot open the connection
In addition: Warning message:
In file(file, "rt") :
  cannot open file '경로/파일.csv': No such file or directory

console_ 오류

 

 

1. 해결

작업 폴더 경로 재설정

getwd()   #현재 작업파일폴더
setwd("작업폴더경로")  #작업 폴더 경로 변경
console_ 해결 과정

 

+ 경로

해당 파일이 위치한 폴더 경로는 복사해서 \(or 역 슬래쉬)를 /로 변경.

작업폴더 경로 확인

 

 

2. 해결

console_ 해결된 모습

728x90
728x90

댓글