Rdata File.Read All Method
Reads all objects from the data stream.
Definition
Namespace: Numerics.NET.Data.R
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
C#
A dictionary that maps names to objects.
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
public static IDictionary<string, RObject> ReadAll(
string path
)
Parameters
- path String
- The file to read from.
Return Value
IDictionary<String, RObject>A dictionary that maps names to objects.