Hi,

R tells you that you don't have any object called "short" in your workspace.
From your question, I would guess that you don't plan to have it.

What do you want the output of paste(...) to look like? Which parts are supposed to be called through objects (that contain characters), which ones directly as strings?

Ivan

Le 10/19/2010 16:03, Viki S a écrit :
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.

Viki
                                        
        [[alternative HTML version deleted]]

______________________________________________
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.


--
Ivan CALANDRA
PhD Student
University of Hamburg
Biozentrum Grindel und Zoologisches Museum
Abt. Säugetiere
Martin-Luther-King-Platz 3
D-20146 Hamburg, GERMANY
+49(0)40 42838 6231
ivan.calan...@uni-hamburg.de

**********
http://www.for771.uni-bonn.de
http://webapp5.rrz.uni-hamburg.de/mammals/eng/mitarbeiter.php

______________________________________________
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