s-news
[Top] [All Lists]

Workspace and import data

To: s-news@lists.biostat.wustl.edu
Subject: Workspace and import data
From: Drapeau Laurent <laurent.drapeau@mpl.ird.fr>
Date: Tue, 21 Nov 2000 10:33:39 +0100
Hello,

I am developping a GUI in Splus and facing a importation problem. I have created a new workspace where my scripts are stored ans where excel files are stored too to be importated in Splus according to user needs. I store the name of the file in a variable lets say :

TheFile<-"theExcelFile.xls"

When i use file.exists(theFile) the answer is True meaning that Splus looks into the current directory to check the file but when i use just after import.data(theFile...) it tries to find the file into c:\Program files\sp2000\users\default\ directory ???

How can this be

Anyhelp will be welcome;

Laurent

<Prev in Thread] Current Thread [Next in Thread>
  • Workspace and import data, Drapeau Laurent <=