dsGetRow {ganGenerativeData}R Documentation

Get a row in a data source

Description

Get a row in a data source for a row index.

Usage

dsGetRow(index)

Arguments

index

Index of row

Value

List containing row in data source

Examples


dsCreateWithDataFrame(iris)
dsGetRow(1)

[Package ganGenerativeData version 2.0.2 Index]