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 Nov. 19, 2023, 5:12 p.m.