s-news
[Top] [All Lists]

Re: What's wrong with "export.data"?

To: Gerald.Jean@spgdag.ca
Subject: Re: What's wrong with "export.data"?
From: "Mike C. Sawada" <msawada@aix1.uottawa.ca>
Date: Tue, 3 Apr 2001 12:54:15 -0400 (EDT)
Cc: s-news@wubios.wustl.edu
In-reply-to: <OFF6DE55E4.96E015D5-ON85256A23.0057CF0A@spgdag.ca>

Try 

write.table(ancpo.doublons[,c()],"c:\\ancpo.txt",sep=" ")

instead of

export.data(DataSet = "ancpo.doublons",
            Columns = c(32, 47, 30, 10),
            Rows = "ALL",
            Delimiter = " ",
            ColumnNames = T,
            Quotes = F,
            LineLength = "",
            FileName = "d:/donnees/habitanc/d

On Tue, 3 Apr 2001 Gerald.Jean@spgdag.ca wrote:

> Hello S-users,
> 
> S+2000, R3, on NT4.0, SP5
> 
> I am a bit frustrated this morning.  I am trying to export four column of a
> small data set, 2194 rows, in ASCII format with no luck.
> 
> First I tried through the command window with the following code:
> 
> export.data(DataSet = "ancpo.doublons",
>             Columns = c(32, 47, 30, 10),
>             Rows = "ALL",
>             Delimiter = " ",
>             ColumnNames = T,
>             Quotes = F,
>             LineLength = "",
>             FileName = "d:/donnees/habitanc/doublons.txt",
>             FileType = "ASCII",
>             OdbcConnection = "",
>             OdbcTable = "")
> 
> S+ hungup.  I killed it, restarted it and tried to export through the GUI, 
> File --> Export Data --> To file, then filled the panel, submitted
> the job but had no luck again, S+ hungup.
> 
> Any clues?  thanks,
> 
> Gérald Jean
> Analyste-conseil (statistiques), Actuariat
> télephone            : (418) 835-4900 poste (7639)
> télecopieur          : (418) 835-6657
> courrier électronique: gerald.jean@spgdag.ca
> 
> "In God we trust all others must bring data"  W. Edwards Deming
> 
> ---------------------------------------------------------------------
> This message was distributed by s-news@lists.biostat.wustl.edu.  To
> unsubscribe send e-mail to s-news-request@lists.biostat.wustl.edu with
> the BODY of the message:  unsubscribe s-news
> 


-------------------------------------------------------------------------------
Mike C. Sawada                                 |Tel: 613-562-5800 x1734
Laboratory of Paleoclimatology and Climatology |Fax: 613-562-5145
Department of Geography                        |msawada@aix1.uottawa.ca         
University of Ottawa
165 Waller Street
Ottawa, ON K1N 6N5
  -----------------                                      -----------------
        ************************************************************
        WWW: http://www.uottawa.ca/academic/arts/geographie/lpcweb/
        ************************************************************
-------------------------------------------------------------------------------



<Prev in Thread] Current Thread [Next in Thread>