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 did it
options(PACKAGE_MAINFOLDER="C:/Users/...")
then I replaced all " \ " to "/" but I got it this time:
cannot change working directory
Please help me.