#Below is the example of the problem that I am facing
v<-c(1,2) v
Console:
Error in c(1,2), Unused argument c(2) v 10+2i
It looks like your Renvironment don't understand you want to concatenate those 2 vectors. I guess you used v<-c(1,2) - so could you please execute and paste the result of that in here: sessionInfo()
v<-c(1,2)
sessionInfo()
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.