dsWrite: Write a data source to file

View source: R/RcppExports.R

dsWriteR 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)

ganGenerativeData documentation built on April 4, 2025, 12:06 a.m.