I get "cannot change working directory" error when I try to set up my working directory:
setwd("C:\Users\alimo\Desktop\DataVisualizationwithggplot2.R")
*Error: '\U' used without hex digits in character string starting ""C:\U"*
then I ran:
options(PACKAGE_MAINFOLDER="C:/Users/...")
and replaced all "" to "/" but I got this error this time:
cannot change working directory
setwd("C:\\Users\\alimo\\Desktop\\DataVisualizationwithggplot2.R")orsetwd("C:/Users/alimo/Desktop/DataVisualizationwithggplot2.R")setwd("C:/Users/alimo/Desktop")