それは単なる基本的な ifelse ですが、「予期しないシンボル」というエラーを返し、最後の行の最初の文字を指しています。何か案は?
input1<-readline("using C:/Users/HouseGroup/Desktop/betterformat.csv as the target csv file.
Is this correct? Y/N" )
ifelse (input1=="Y",
theData <- read.csv("C:/Users/HouseGroup/Desktop/betterformat.csv"),
rightDir<- readline("please input the proper file path")
theData<- read.csv(rightDir))