[R] R ``literal'' comand

Bjørn-Helge Mevik bhs2 at mevik.net
Wed Jun 14 10:26:09 CEST 2006


capture.output(...)

If you want a single string, with newlines: 
paste(capture.output(...), collapse = "\n")

-- 
Bjørn-Helge Mevik



More information about the R-help mailing list