dsRead: Read a data source from file

View source: R/RcppExports.R

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

ganGenerativeData documentation built on June 22, 2024, 10:01 a.m.