| Name | Description |
---|
  | Write(Stream, IDictionaryString, DataFrameInt64, String, Boolean, Boolean) |
Writes the data frames in a collection to the specified file.
|
  | WriteR, C(Stream, IDictionaryString, DataFrameR, C, Boolean, Boolean) |
Writes the data frames in a collection 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.
|
  | Write(Stream, IEnumerableDataFrameInt64, String, Boolean, Boolean) |
Writes a sequence of data frames to the specified file.
|
  | WriteR, C(Stream, IEnumerableDataFrameR, C, Boolean, Boolean) |
Writes a sequence of data frames 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.
|
  | Write(String, IDictionaryString, DataFrameInt64, String, Boolean, Boolean) |
Writes the data frames in a collection to the specified file.
|
  | WriteR, C(String, IDictionaryString, DataFrameR, C, Boolean, Boolean) |
Writes the data frames in a collection 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.
|
  | Write(String, IEnumerableDataFrameInt64, String, Boolean, Boolean) |
Writes a sequence of data frames to the specified file.
|
  | WriteR, C(String, IEnumerableDataFrameR, C, Boolean, Boolean) |
Writes a sequence of data frames 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.
|
  | Write(Stream, DataFrameInt64, String, String, Boolean, Boolean) |
Writes a data frame to the specified file.
|
  | WriteR, C(Stream, DataFrameR, C, String, Boolean, Boolean) |
Writes a data frame 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.
|
  | Write(Stream, IEnumerableDataFrameInt64, String, IEnumerableString, Boolean, Boolean) |
Writes a sequence of data frames to the specified file.
|
  | WriteR, C(Stream, IEnumerableDataFrameR, C, IEnumerableString, Boolean, Boolean) |
Writes a sequence of data frames 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.
|
  | Write(String, DataFrameInt64, String, String, Boolean, Boolean) |
Writes a data frame to the specified file.
|
  | WriteR, C(String, DataFrameR, C, String, Boolean, Boolean) |
Writes a data frame 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.
|
  | Write(String, IEnumerableDataFrameInt64, String, IEnumerableString, Boolean, Boolean) |
Writes a sequence of data frames to the specified file.
|
  | WriteR, C(String, IEnumerableDataFrameR, C, IEnumerableString, Boolean, Boolean) |
Writes a sequence of data frames 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.
|