尝试设置工作目录时出现“无法更改工作目录”错误:
setwd("C:\Users\alimo\Desktop\DataVisualizationwithggplot2.R")
*Error: '\U' used without hex digits in character string starting ""C:\U"*
然后我做到了
options(PACKAGE_MAINFOLDER="C:/Users/...")
然后我将所有“\”替换为“/”,但这次我明白了:
cannot change working directory
请帮我。