R Type Provider


IDefaultConvertFromR

Namespace: RProvider

This interface can be used for providing a default converter that converts R value to .NET obj values. The converter is used whenever the user calls the se.Value member on `SymbolicExpression. This property should convert an R value to the "most appropriate" .NET object.

Instance members

Instance memberDescription
Convert(arg1)
Signature: SymbolicExpression -> Option<obj>
Modifiers: abstract

The method is called when the user accesses the Value property on a SymbolicExpression value returned from the R provider.

Fork me on GitHub