RStudio Error-'\R' is an unrecognized escape in character string starting ""C:\R"
CODEDRAGON ㆍDevelopment/Big Data, R, ...
반응형
에러 메시지
setwd("C:\R_practice") Error: '\R' is an unrecognized escape in character string starting ""C:\R" |
|
해결방법
경로명에 있는 \(역 슬래쉬)를 /(일반 슬래쉬)로 바꿔서 수행
'Development > Big Data, R, ...' 카테고리의 다른 글
빅데이터 활용 사례 - Wealth & Health of Nations (0) | 2016.09.04 |
---|---|
The Google File System(구글 파일 시스템), pdf (0) | 2016.08.31 |
RStudio 주석 처리 단축키 (0) | 2016.08.19 |
Kaggle 사이트 회원가입하기 (캐글) (0) | 2016.08.14 |
MapReduce: Simplified Data Processing on Large Clusters (0) | 2016.08.09 |