R Type Provider
RProvider Namespace
Type | Description |
IConvertFromR<'TOutType> | This interface can be used for providing new convertors that can convert
R values to .NET types. The converter is used whenever the users calls the
|
IConvertToR<'TInType> | This inteface can be used for providing new convertors that can convert
custom .NET data types to R values. The converter is used whenever the
user calls an R function (such as |
IDefaultConvertFromR | This interface can be used for providing a default converter that converts
R value to .NET |
REnv | The object represents an R environment loaded from RData file.
This type is typically used through an |
Module | Description |
Helpers | Contains helper functions for calling the functions generated by the R provider,
such as the |
RProvider.Internal Namespace
Type | Description |
IRInteropServer | Interface that is used for communication between the R provider server (RProvider.Server.exe) which communicates with R and the client that runs in the host IDE process (Visual Studio, Xamarin Studio etc.) NOTE: In order to support standalone compilation of |