s-news
[Top] [All Lists]

writing to a graphsheet

To: "S-News" <s-news@lists.biostat.wustl.edu>
Subject: writing to a graphsheet
From: "Walter R. Paczkowski" <dataanalytics@earthlink.net>
Date: Fri, 9 Sep 2005 17:13:00 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=iomIi06wNArn2NIqjfyfQKMS+C8xINmcXgPFWWwv3bMUYL4XJl0ZDXMXFr/JFxTd; h=Received:Subject:From:To:Disposition-Notification-To:Date:Content-Type:Organization:Content-Transfer-Encoding:MIME-Version:Message-ID:X-ELNK-Trace:X-Originating-IP;
Organization: Data Analytics Corp.
Hi,

I have a question on something I'd like to do, but have a feeling that it can't 
be done.  I wrote a simple function to generate HTML code to produce a table.  
The function just uses cat with append = T repeatedly to output the correct 
HTML code to a file which I open in IE  The function produces a nice table 
(simple, but adequate) which I cut and paste into PowerPoint for my clients.  
When there are many tables, the production of each table, one at a time, 
becomes a pain.  I'd like to automate that production,  which is easy to do by 
stacking the function calls in another function and just calling that second 
function once.  But rather than have the resulting tables go to a file which I 
open with IE, I'd like to have the tables go to a graphsheet because I can then 
just export this to PowerPoint directly.  Can I write the tables to a 
graphsheet?  I don't think so, but who knows?  Any thoughts?

I'm using S-Plus 7 on Windows XP.

Thanks,

Walt  
________________________

Walter R. Paczkowski, Ph.D.
Data Analytics Corp.
44 Hamilton Lane
Plainsboro, NJ  08536
(V) 609-936-8999
(F) 609-936-3733


<Prev in Thread] Current Thread [Next in Thread>
  • writing to a graphsheet, Walter R. Paczkowski <=