dsWrite {ganGenerativeData}R Documentation

Write a data source to file

Description

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.

Usage

dsWrite(fileName)

Arguments

fileName

Name of data source file

Value

None

Examples

## Not run: 
dsCreateWithDataFrame(iris)
dsDeactivateColumns(c(5))
dsWrite("ds.bin")
## End(Not run)

[Package ganGenerativeData version 2.0.2 Index]