Skip to content
Prev 76093 / 398502 Next

Call SAS from R

Date: Wed, 24 Aug 2005 18:05:44 +0100 (BST)
From: Prof Brian Ripley <ripley at stats.ox.ac.uk>
To: David Forrest <drf5n at maplepark.com>
Cc: "Shin, David" <david.shin at pearson.com>, r-help at stat.math.ethz.ch,
     'Don MacQueen' <macq at llnl.gov>, bioconductor at stat.math.ethz.ch
Subject: Re: [R] Call SAS from R
On Wed, 24 Aug 2005, David Forrest wrote:

            
Sorry that does not work.  The Windows way is to quote it: e.g.

system('"c:/Program Files/Mozilla Firefox/firefox.exe"')

works (note the two sets of quotes), and this is explained with an example 
on the help page ?system, so please do as the posting guide asks and read 
the documentation ....