QScript ExecuteROutputTranslator

From Q
Jump to navigation Jump to search

ExecuteROutputTranslator

The result of executeR: the R output of the executed code.

code

The R source code that was executed.

data

The data returned by the R code.

error

Any error produced while running the R code, or null if it ran successfully.

messages

Any messages printed by the R code, or null if there were none.

outputClasses

The CSS/HTML output classes applied to this R output, if any.

text

Any text output printed by the R code, or null if there was none.

warning

Any warning produced while running the R code, or null if there was none.