powered by
Write a data source including settings of active columns to a file in binary format. This file will be used as input in functions for generation of generative data.
dsWrite(fileName)
None
Name of data source file
if (FALSE) { dsCreateWithDataFrame(iris) dsDeactivateColumns(c(5)) dsWrite("ds.bin")}
Run the code above in your browser using DataLab