[R] Error: object 'short' not found
David Winsemius
dwinsemius at comcast.net
Tue Oct 19 16:11:54 CEST 2010
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
More information about the R-help
mailing list