18.12.2012 Views

Embedding R Tutorial

Embedding R Tutorial

Embedding R Tutorial

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Text Output: StringLogDevice (2/2)<br />

Dim r As New StatConnector<br />

r.Init "R"<br />

Dim s As New StringLogDevice<br />

s.BindToServerOutput r<br />

...<br />

s.Text = ""<br />

r.EvaluateNoReturn "cat(""test""")<br />

MsgBox s.Text<br />

s.Text = ""<br />

...<br />

� Gives access to R‘s messages in case of an<br />

error

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!