-| R Type | Requested F#/.NET Type |
-| character (when vector is length 1) | string |
-| character | string[] |
-| complex (when vector is length 1) | Complex |
-| complex | Complex[] |
-| integer (when vector is length 1) | int |
-| integer | int[] |
-| logical (when vector is length 1) | bool |
-| logical | bool[] |
-| numeric (when vector is length 1) | double |
-| numeric | double[] |
-
-
-Custom conversions can be supported through [plugins](plugins.html).
-
-### Convert the data into the default .NET type via .FromR()
-
-We also expose an extension property called Value that performs a _default_ conversion of a SymbolicExpresion to a .NET type. These are the current conversions:
-
-