RdataFile.ReadAll Method

Reads all objects from the data stream.

Definition

Namespace: Extreme.Data.R
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
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.

See Also