On Oct 19, 2010, at 10:03 AM, Viki S wrote:


Hi guys,
Can anyone tell me what is the meaning of following command ?

paste(execDir,paste(short,"myfile",sep="_"),sep="\")

R gives me an error :

Error: object 'short' not found

I tried to find help about 'short' in R, but could not find any such function/ object.

You are the one who is asking R to find a value for an object named "short".

paste(execDir,paste(short,"myfile",sep="_"),sep="\")
                    ^^^^^

Since you are posting in HTML, it is also possible that your mail client is going to display this in a proportional font and the the "^^^" will not be aligned with the word "short". You should fix the settings of you mail client in both these areas.


Viki
                                        
        [[alternative HTML version deleted]]


David Winsemius, MD
West Hartford, CT

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to