Learn R Programming

ganGenerativeData (version 2.1.6)

dsWrite: 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)

Value

None

Arguments

fileName

Name of data source file

Examples

Run this code
if (FALSE) {
dsCreateWithDataFrame(iris)
dsDeactivateColumns(c(5))
dsWrite("ds.bin")}

Run the code above in your browser using DataLab