dsRead {ganGenerativeData} | R Documentation |
Read a data source from file
Description
Read a data source from a file in binary format
Usage
dsRead(fileName)
Arguments
fileName |
Name of data source file |
Value
None
Examples
## Not run:
dsCreateWithDataFrame(iris)
dsDeactivateColumns(c(5))
dsWrite("ds.bin")
dsRead("ds.bin")
## End(Not run)
[Package ganGenerativeData version 2.0.2 Index]