RFile Format Enumeration
Enumerates the possible formats of an R file.
Definition
Namespace: Numerics.NET.Data.R
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.1
C#
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.1
public enum RFileFormat
Members
Rda | 0 | The file is in .rdata format, containing zero or more named objects. This is the default. |
Rdata | 0 | Same as Rda. |
Rds | 1 | The file is in .rds format, containing one unnamed object. |