| Name | Description |
---|
  | Append |
Creates a new R data file in .rda format for writing.
|
  | Create |
Creates a new R data file in .rda format for writing.
|
  | Open(Stream) |
Opens an R data file in .rda format.
|
  | Open(String) |
Opens an R data file in .rda format.
|
  | ReadAll |
Reads all objects from the data stream.
|
  | ReadAllDataFrames(Stream) |
Reads all data frames from a stream.
|
  | ReadAllDataFrames(String) |
Reads all data frames from a file.
|
  | ReadAllDataFramesR, C(Stream) |
Reads all data frames from a stream.
|
  | ReadAllDataFramesR, C(String) |
Reads all data frames from a file.
|
  | ReadAllMatricesT(Stream) |
Reads all matrices from a stream.
|
  | ReadAllMatricesT(String, Boolean) |
Reads all matrices from a file.
|
  | ReadAllVectorsT(Stream) |
Reads all vectors from a stream.
|
  | ReadAllVectorsT(String, Boolean) |
Reads all vectors from a file.
|
  | ReadDataFrame(Stream) |
Reads a data frame from the specified file.
|
  | ReadDataFrame(String) |
Reads a data frame from the specified file.
|
  | ReadDataFrame(Stream, String) |
Reads the data frame with the specified name from a stream.
|
  | ReadDataFrame(String, String) |
Reads the data frame with the specified name from a file.
|
  | ReadDataFrameR, C(Stream) |
Reads a data frame from the specified file.
|
  | ReadDataFrameR, C(String) |
Reads a data frame from the specified file.
|
  | ReadDataFrameR, C(Stream, String) |
Reads the data frame with the specified name from a stream.
|
  | ReadDataFrameR, C(String, String) |
Reads the data frame with the specified name from a file.
|
  | ReadDataFrames(Stream, IEnumerableString) |
Reads the specified data frames from a stream.
|
  | ReadDataFrames(String, IEnumerableString) |
Reads the specified data frames from a file.
|
  | ReadDataFramesR, C(Stream, IEnumerableString) |
Reads the specified data frames from a stream.
|
  | ReadDataFramesR, C(String, IEnumerableString) |
Reads the specified data frames from a file.
|
  | ReadMatricesT(Stream, IEnumerableString) |
Reads the specified matrices from a stream.
|
  | ReadMatricesT(String, IEnumerableString, Boolean) |
Reads the specified matrices from a file.
|
  | ReadMatrixT(Stream) |
Reads a matrix from the specified file.
|
  | ReadMatrixT(Stream, String) |
Reads the matrix with the specified name from a stream.
|
  | ReadMatrixT(String, Boolean) |
Reads a matrix from the specified file.
|
  | ReadMatrixT(String, String, Boolean) |
Reads the matrix with the specified name from a file.
|
  | ReadVectorT(Stream) |
Reads a vector from the specified file.
|
  | ReadVectorT(Stream, String) |
Reads the vector with the specified name from a stream.
|
  | ReadVectorT(String, Boolean) |
Reads a vector from the specified file.
|
  | ReadVectorT(String, String, Boolean) |
Reads the vector with the specified name from a file.
|
  | ReadVectorsT(Stream, IEnumerableString) |
Reads the specified vectors from a stream.
|
  | ReadVectorsT(String, IEnumerableString, Boolean) |
Reads the specified vectors from a file.
|
  | Write(Stream, IDictionaryString, DataFrameInt64, String, Boolean, Boolean) |
Writes the data frames in a collection to the specified file.
|
  | Write(Stream, IEnumerableDataFrameInt64, String, Boolean, Boolean) |
Writes a sequence of data frames to the specified file.
|
  | Write(String, IDictionaryString, DataFrameInt64, String, Boolean, Boolean) |
Writes the data frames in a collection to the specified file.
|
  | Write(String, IEnumerableDataFrameInt64, String, Boolean, Boolean) |
Writes a sequence of data frames to the specified file.
|
  | Write(Stream, DataFrameInt64, String, String, Boolean, Boolean) |
Writes a data frame to the specified file.
|
  | Write(Stream, IEnumerableDataFrameInt64, String, IEnumerableString, Boolean, Boolean) |
Writes a sequence of data frames to the specified file.
|
  | Write(String, DataFrameInt64, String, String, Boolean, Boolean) |
Writes a data frame to the specified file.
|
  | Write(String, IEnumerableDataFrameInt64, String, IEnumerableString, Boolean, Boolean) |
Writes a sequence of data frames to the specified file.
|
  | WriteT(Stream, IDictionaryString, MatrixT, Boolean, Boolean) |
Writes the matrices in a collection to the specified file.
|
  | WriteT(Stream, IDictionaryString, VectorT, Boolean, Boolean) |
Writes the vectors in a collection to the specified file.
|
  | WriteT(Stream, IEnumerableMatrixT, Boolean, Boolean) |
Writes a sequence of matrices to the specified file.
|
  | WriteT(Stream, IEnumerableVectorT, Boolean, Boolean) |
Writes a sequence of vectors to the specified file.
|
  | WriteT(String, IDictionaryString, MatrixT, Boolean, Boolean) |
Writes the matrices in a collection to the specified file.
|
  | WriteT(String, IDictionaryString, VectorT, Boolean, Boolean) |
Writes the vectors in a collection to the specified file.
|
  | WriteT(String, IEnumerableMatrixT, Boolean, Boolean) |
Writes a sequence of matrices to the specified file.
|
  | WriteT(String, IEnumerableVectorT, Boolean, Boolean) |
Writes a sequence of vectors to the specified file.
|
  | WriteT(Stream, MatrixT, String, Boolean, Boolean) |
Writes a matrix to the specified file.
|
  | WriteT(Stream, VectorT, String, Boolean, Boolean) |
Writes a vector to the specified file.
|
  | WriteT(Stream, IEnumerableMatrixT, IEnumerableString, Boolean, Boolean) |
Writes a sequence of matrices to the specified file.
|
  | WriteT(Stream, IEnumerableVectorT, IEnumerableString, Boolean, Boolean) |
Writes a sequence of vectors to the specified file.
|
  | WriteT(String, MatrixT, String, Boolean, Boolean) |
Writes a matrix to the specified file.
|
  | WriteT(String, VectorT, String, Boolean, Boolean) |
Writes a vector to the specified file.
|
  | WriteT(String, IEnumerableMatrixT, IEnumerableString, Boolean, Boolean) |
Writes a sequence of matrices to the specified file.
|
  | WriteT(String, IEnumerableVectorT, IEnumerableString, Boolean, Boolean) |
Writes a sequence of vectors to the specified file.
|
  | WriteR, C(Stream, IDictionaryString, DataFrameR, C, Boolean, Boolean) |
Writes the data frames in a collection to the specified file.
|
  | WriteR, C(Stream, IEnumerableDataFrameR, C, Boolean, Boolean) |
Writes a sequence of data frames to the specified file.
|
  | WriteR, C(String, IDictionaryString, DataFrameR, C, Boolean, Boolean) |
Writes the data frames in a collection to the specified file.
|
  | WriteR, C(String, IEnumerableDataFrameR, C, Boolean, Boolean) |
Writes a sequence of data frames to the specified file.
|
  | WriteR, C(Stream, DataFrameR, C, String, Boolean, Boolean) |
Writes a data frame to the specified file.
|
  | WriteR, C(Stream, IEnumerableDataFrameR, C, IEnumerableString, Boolean, Boolean) |
Writes a sequence of data frames to the specified file.
|
  | WriteR, C(String, DataFrameR, C, String, Boolean, Boolean) |
Writes a data frame to the specified file.
|
  | WriteR, C(String, IEnumerableDataFrameR, C, IEnumerableString, Boolean, Boolean) |
Writes a sequence of data frames to the specified file.
|