FSIPrinters Module

Print functions that may be used in F# interactive to 'pretty-print' R types to the console window. Use in your scripts by passing to `fsi.AddPrinter`.

Functions and values

Function or value Description

rValue synexpr

Full Usage: rValue synexpr

Parameters:
Returns: string

Print any `SymbolicExpression` using R's built-in `print` function.

synexpr : SymbolicExpression
Returns: string