Displaying 1 result from an estimated 1 matches for "sasb7dat".
Did you mean:
sas7bdat
2003 Aug 12
8
capturing output from Win 98 shell
How can I best achieve the following (works in Splus):
filenames <- dos("dir *.sasb7dat /b")
What I am asking, more generically, is: how can I capture the output of
a
DOS command in R?
I have tried using
system("COMMAND.COM /c dir /b", intern=T, show.output.on.console=T)
where
intern: a logical, indicates whether to make the output of the
command an R...