I am attempting to read a csv file but I am getting error messages. I have the following lines of code.
setwd("C:\Users\afkas\Documents\RProgramming")
tempData <- read.csv(phoenix.csv, header = TRUE, sep = ",")
When I source the code, I receive the following in the Console.
source("~/RProgramming/TempsPhoenix.R")
Error: '\U' used without hex digits in character string (~/RProgramming/TempsPhoenix.R:1:11)
I am unable to figure out why this is because when I check the Terminal for the directory I want, it shows exactly as...
C:\Users\afkas\Documents\RProgramming>